...

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

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

     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        400:
    15          $ref: './responses.yaml#/responses/BadRequest'

View as plain text