Salesforce · Schema

LookupTableRequest1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
conditions object
View JSON Schema on GitHub

JSON Schema

salesforce-lookup-table-request1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "conditions": {
      "type": "object",
      "properties": {
        "conditionsList": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "object",
            "properties": {
              "fieldName": {
                "type": "string",
                "example": "example_value"
              },
              "value": {
                "type": "boolean",
                "example": true
              }
            },
            "required": [
              "fieldName",
              "value"
            ]
          }
        }
      },
      "required": [
        "conditionsList"
      ]
    }
  },
  "required": [
    "conditions"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LookupTableRequest1"
}