github.com/ryanbennettvoid/go-swagger@v0.18.1-0.20190104015444-3854bbbe2392/fixtures/bugs/465/swagger.yml (about)

     1  swagger: '2.0'
     2  info:
     3    version: 1.0.0
     4    title: 'Test'
     5  schemes:
     6    - http
     7  basePath: /v1/fancyAPI
     8  produces:
     9    - application/json
    10  consumes:
    11    - application/json
    12  paths:
    13    /key/{id}:
    14      delete:
    15        parameters:
    16          - name: id
    17            in: path
    18            type: integer
    19            required: true
    20        responses:
    21          '200':
    22            description: OK