Salesforce · Schema

ExpressionSetInvocationRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
inputs array
options object
View JSON Schema on GitHub

JSON Schema

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