github.com/AngusLu/go-swagger@v0.28.0/fixtures/bugs/2493/fixture-2492.json (about)

     1  {"swagger":"2.0","info":{"version":"1.0.0","title":"Project"},"host":"127.0.0.1:8080","basePath":"/api/v1","schemes":["http"],"consumes":["application/json"],"produces":["application/json"],"paths":{"/_version":{"get":{"operationId":"getBuildInfo","responses":{"200":{"description":"Successful operation","schema":{"$ref":"#/definitions/BuildInfo"}}}}}},"definitions":{"BuildInfo":{"properties":{"Version":{"type":"string"},"CommitHash":{"type":"string"},"BuildTime":{"type":"string"}}}}}