Salesforce · JSON Structure

Salesforce Lookup Table Request1 Structure

Type: object Properties: 1 Required: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

LookupTableRequest1 is a JSON Structure definition published by Salesforce, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

conditions

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "LookupTableRequest1",
  "properties": {
    "conditions": {
      "type": "object",
      "properties": {
        "conditionsList": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "fieldName": {
                "type": "string"
              },
              "value": {
                "type": "boolean"
              }
            },
            "required": [
              "fieldName",
              "value"
            ]
          }
        }
      },
      "required": [
        "conditionsList"
      ]
    }
  },
  "required": [
    "conditions"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}