{ "type": "object", "name": "MetricResponse", "properties": { "name": { "type": "string" }, "timeslices": { "type": "array", "items": { "type": "object", "properties": { "from": { "type": "datetime" }, "to": { "type": "datetime" }, "values": { "type": "object", "properties": {} } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }