Salesforce · Schema

ProcessingOptions

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
donorOptions object
View JSON Schema on GitHub

JSON Schema

salesforce-processing-options-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "donorOptions": {
      "type": "object",
      "properties": {
        "defaultUpdateLogic": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "defaultUpdateLogic"
      ]
    }
  },
  "required": [
    "donorOptions"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessingOptions"
}