{ "$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-suite-structure.json", "name": "ReportSuite", "description": "ReportSuite schema", "type": "object", "properties": { "rsid": { "type": "string" }, "name": { "type": "string" }, "currency": { "type": "string" }, "timezone": { "type": "int32" }, "calendarType": { "type": "string" } } }