...

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

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

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

View as plain text