{ "type": "object", "name": "MetricParserResponse", "properties": { "metric": { "type": "object", "properties": { "name": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }