Salesforce · Schema

batchInfoList

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
batchInfo object
View JSON Schema on GitHub

JSON Schema

salesforce-batch-info-list-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "batchInfo": {
      "type": "object",
      "example": "example_value"
    }
  },
  "required": [
    "batchInfo"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "batchInfoList"
}