...

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

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

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

View as plain text