Crystal Reports · Schema

ODataServiceDocument

OData service document listing available collections

Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Properties

Name Type Description
EntitySets array Available entity set collections
View JSON Schema on GitHub

JSON Schema

crystal-reports-o-data-service-document-schema.json Raw ↑
{
  "$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"
      ]
    }
  }
}