github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/973/fixture-973.yaml (about)

     1  ---
     2    swagger: "2.0"
     3    info:
     4      title: "interface body"
     5      version: "0.0.1"
     6      description: "repro issue 1490"
     7      license:
     8        name: "Apache 2.0"
     9        url: "http://www.apache.org/licenses/LICENSE-2.0.html"
    10    paths:
    11      /dns/rrset:
    12        get:
    13          tags: [DNS]
    14          summary: Get Resource Records
    15          operationId: getResourceRecords
    16          description: |
    17            Retrieve the resource record sets for the domain.
    18          parameters:
    19            - name: profile
    20              description: |
    21                The profile context for which resource records are associated.
    22              in: header
    23              required: false
    24              type: string
    25              format: uuid
    26            - name: profileRequired
    27              description: |
    28                The profile context for which resource records are associated.
    29              in: header
    30              required: true
    31              type: string
    32              format: uuid
    33            - name: name
    34              description: |
    35                The associated DNS name to view.
    36              in: query
    37              required: false
    38              type: string
    39          responses:
    40            200:
    41              description: Resource records for the domain.