github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1429/swagger-1429.yaml (about) 1 swagger: '2.0' 2 info: 3 title: Object 4 version: 0.1.0 5 6 paths: 7 /: 8 get: 9 summary: GET 10 operationId: getAll 11 responses: 12 200: 13 description: Ok 14 400: 15 $ref: './responses-1429.yaml#/responses/BadRequest'