{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/spectrum-analytics_column", "title": "spectrum-analytics_column", "properties": { "dimensions": { "items": { "type": "string" }, "type": "array" }, "metrics": { "oneOf": [ { "items": { "type": "number" }, "type": "array" }, { "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" } ] } }, "type": "object" }