prometheus-adapter/vendor/github.com/go-openapi/loads/fixtures/yaml/responses/stringResponseWithHeader.yaml
2017-06-26 19:23:05 +03:00

6 lines
124 B
YAML

description: 'A simple string response'
schema:
type: string
headers:
is-dog: {type: boolean}
is-cat: {type: boolean}