...

Text file src/github.com/go-openapi/validate/fixtures/bugs/73/fixture-swagger-good.yaml

Documentation: github.com/go-openapi/validate/fixtures/bugs/73

     1swagger: '2.0'
     2info:
     3  title: Object
     4  version: 0.1.0
     5
     6responses:
     7  NotFound:
     8    description: Not found
     9
    10paths:
    11  /:
    12    get:
    13      summary: GET
    14      operationId: getAll
    15      responses:
    16        '200':
    17          description: Ok
    18        '404':
    19          $ref: '#/responses/NotFound'

View as plain text