...

Text file src/github.com/go-openapi/runtime/fixtures/bugs/264/swagger.yml

Documentation: github.com/go-openapi/runtime/fixtures/bugs/264

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

View as plain text