ReportSuite

ReportSuite schema

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Properties

Name Type Description
rsid string
name string
currency string
timezone integer
calendarType string
View JSON Schema on GitHub

JSON Schema

analytics-api-report-suite-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-schema/analytics-api-report-suite-schema.json",
  "title": "ReportSuite",
  "description": "ReportSuite schema",
  "type": "object",
  "properties": {
    "rsid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "timezone": {
      "type": "integer"
    },
    "calendarType": {
      "type": "string"
    }
  }
}