{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-schema/crystal-reports-o-data-service-document-schema.json", "title": "ODataServiceDocument", "description": "OData service document listing available collections", "type": "object", "properties": { "EntitySets": { "type": "array", "description": "Available entity set collections", "items": { "type": "string" }, "example": [ "Rows", "GrandTotals" ] } } }