github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/217/interface.yml (about) 1 swagger: '2.0' 2 info: 3 version: 1.0.0 4 title: 'string-body-api' 5 paths: 6 /echo: 7 post: 8 operationId: "postEcho" 9 summary: Post an object 10 parameters: 11 - name: body 12 in: body 13 description: this argument is a string 14 schema: 15 type: object 16 17 responses: 18 '200': 19 description: All is good