...

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

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

     1swagger: "2.0"
     2info:
     3  description: Test
     4  title: Test
     5  version: "0.0.1"
     6basePath: /v1
     7consumes:
     8  - application/json
     9produces:
    10  - application/json
    11
    12paths:
    13  /test/a:
    14    $ref: "#/paths/~1test"
    15  /test:
    16    get:
    17      operationId: test
    18      responses:
    19        200:
    20          description: OK

View as plain text