{ "$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-report-request-structure.json", "name": "ReportRequest", "description": "ReportRequest schema", "type": "object", "properties": { "rsid": { "type": "string", "description": "Report suite ID." }, "globalFilters": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "dateRange": { "type": "string" } } } }, "metricContainer": { "type": "object", "properties": { "metrics": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" } } } } } }, "dimension": { "type": "string" }, "settings": { "type": "object", "properties": { "limit": { "type": "int32" }, "page": { "type": "int32" } } } } }