1swagger: '2.0' 2info: 3 title: Some API 4 description: Some API 5 version: "1.0.0" 6 7host: someapi.com 8 9schemes: 10 - https 11 12basePath: /v1/ 13 14produces: 15 - application/json 16paths: 17 /health_check: 18 $ref: ./path/health_check.yaml
View as plain text