github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1596/fixture-1596.yaml (about) 1 swagger: '2.0' 2 3 info: 4 version: 1.0.0 5 title: MyApp 6 description: (Description pending) 7 8 paths: 9 /hello: 10 get: 11 summary: Simple Hello World endpoint 12 tags: ['Hello'] 13 responses: 14 '200': 15 description: service is saying hello 16 schema: 17 $ref: '#/definitions/somethingEndingInWindows' 18 19 definitions: 20 somethingEndingInWindows: 21 type: object