{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CheckCompatibilityResponse", "title": "CheckCompatibilityResponse", "description": "The compatibility response with the compatibility of each dimension & metric.", "properties": { "dimensionCompatibilities": { "description": "The compatibility of each dimension.", "items": { "$ref": "#/components/schemas/DimensionCompatibility" }, "type": "array" }, "metricCompatibilities": { "description": "The compatibility of each metric.", "items": { "$ref": "#/components/schemas/MetricCompatibility" }, "type": "array" } }, "type": "object" }