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

9 lines
No EOL
147 B
JSON

{
"description": "A complex object array response",
"schema": {
"type": "array",
"items": {
"$ref": "VeryComplexType"
}
}
}