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

9 lines
No EOL
130 B
JSON

{
"description": "A string array response",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}