github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/2216/swagger.yml (about) 1 swagger: '2.0' 2 info: 3 title: Test API 4 description: Test 5 version: v1 6 host: host 7 schemes: 8 - https 9 - http 10 basePath: /path 11 produces: 12 - application/json 13 14 paths: 15 /obj: 16 get: 17 summary: Get an object 18 operationId: getObject 19 responses: 20 200: 21 description: The object 22 schema: 23 $ref: './defs.yml#/definitions/MyObject'