github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/899/swagger.yml (about) 1 swagger: '2.0' 2 info: 3 title: api 4 version: 1.0.0 5 consumes: 6 - application/json 7 produces: 8 - application/json 9 schemes: 10 - http 11 basePath: / 12 paths: 13 /trailingslashpath/: 14 get: 15 responses: 16 204: 17 description: OK no content