github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1339/fixture-1339.yaml (about)

     1  swagger: '2.0'
     2  info:
     3    title: postBin
     4    version: x
     5  paths:
     6    /bin:
     7      post:
     8        operationId: postBin
     9        parameters:
    10          - name: body
    11            in: body
    12            schema:
    13              type: string
    14              format: binary
    15        responses:
    16          200:
    17            description: success