github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/890/swagger.yaml (about) 1 swagger: '2.0' 2 info: 3 title: Some API 4 description: Some API 5 version: "1.0.0" 6 7 host: someapi.com 8 9 schemes: 10 - https 11 12 basePath: /v1/ 13 14 produces: 15 - application/json 16 paths: 17 /health_check: 18 $ref: ./path/health_check.yaml