github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1646/fixture-1646.yaml (about) 1 swagger: '2.0' 2 3 info: 4 version: "1.0.0" 5 title: ordering mimetypes 6 description: verify that generated code keeps a stable order of mimetypes 7 produces: 8 - application/json 9 - application/geo+json 10 - application/vnd.geo+json 11 - application/vnd.github+json 12 consumes: 13 - application/json 14 - application/geo+json 15 - application/vnd.geo+json 16 - application/vnd.github+json 17 paths: 18 /amimetypes: 19 get: 20 operationId: mimetypes 21 description: no description 22 responses: 23 default: 24 description: Generic Out