{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/analytics-api-calculated-metric-list-structure.json", "name": "CalculatedMetricList", "description": "CalculatedMetricList schema", "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "rsid": { "type": "string" }, "owner": { "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" } } }, "polarity": { "type": "string", "enum": [ "positive", "negative" ] }, "definition": { "type": "object" } } } }, "totalElements": { "type": "int32" }, "totalPages": { "type": "int32" } } }