{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetricListResponse", "title": "MetricListResponse", "type": "object", "properties": { "metrics": { "type": "array", "items": { "$ref": "#/components/schemas/MetricParserResponseType" }, "example": [ { "name": "example-resource-01", "values": [ {} ] } ] } } }