Crystal Reports · JSON Structure

Crystal Reports O Data Service Document Structure

OData service document listing available collections

Type: object Properties: 1
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

ODataServiceDocument is a JSON Structure definition published by Crystal Reports, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EntitySets

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-o-data-service-document-structure.json",
  "name": "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"
      ]
    }
  }
}