{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetMetricPropertyMetricRelationshipResponse", "title": "GetMetricPropertyMetricRelationshipResponse", "type": "object", "properties": { "data": { "type": "object", "properties": { "type": { "$ref": "#/components/schemas/MetricEnum" }, "id": { "description": "The Metric ID", "type": "string" } }, "required": [ "type", "id" ] }, "links": { "$ref": "#/components/schemas/ObjectLinks" } }, "required": [ "data" ] }