Salesforce · Schema

EligibleCustomerEvents

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
event string
eventPeriodUnit string
View JSON Schema on GitHub

JSON Schema

salesforce-eligible-customer-events-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "example": "example_value"
    },
    "eventPeriodUnit": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "event",
    "eventPeriodUnit"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EligibleCustomerEvents"
}