...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/2334/swagger.yaml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/2334

     1swagger: '2.0'
     2info:
     3  title: Object
     4  version: 0.1.0
     5paths: 
     6   /bar:
     7     get:
     8      responses:
     9        200:
    10          description: OK
    11          schema:
    12            $ref: "./bar.yaml#/definitions/Bar"

View as plain text