Salesforce · Schema

RunSetting

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
isSimulation boolean
View JSON Schema on GitHub

JSON Schema

salesforce-run-setting-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "isSimulation": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "isSimulation"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunSetting"
}