Salesforce · Schema

runExpressionSetRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
inputs array
View JSON Schema on GitHub

JSON Schema

salesforce-run-expression-set-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "inputs": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object"
      }
    }
  },
  "required": [
    "inputs"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "runExpressionSetRequest"
}