{ "$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-date-range-list-structure.json", "name": "DateRangeList", "description": "DateRangeList schema", "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "definition": { "type": "string" } } } }, "totalElements": { "type": "int32" } } }