github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/776/swagger-template.yml (about)

     1  swagger: '2.0'
     2  info:
     3    title: Test
     4    version: '1.0.0'
     5  host: localhost
     6  basePath: /
     7  produces:
     8    - application/json
     9  schemes:
    10    - http
    11  paths:
    12    /healthy:
    13      get:
    14        operationId: getHealthy
    15        responses:
    16          default:
    17            description: Unexpected error
    18            schema:
    19              $ref: '#/definitions/Error'
    20  definitions:
    21    Error:
    22      $ref: ./error.yaml#/definitions/Error