Salesforce · JSON Structure

Salesforce Condition Structure

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

Condition 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

conditionsList

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

JSON Structure

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