github.com/ryanbennettvoid/go-swagger@v0.18.1-0.20190104015444-3854bbbe2392/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