Salesforce · JSON Structure

Salesforce Variable Structure

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

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

Properties

collection dataType description input name output type value

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Variable",
  "properties": {
    "collection": {
      "type": "boolean"
    },
    "dataType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "input": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "output": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "collection",
    "dataType",
    "description",
    "input",
    "name",
    "output",
    "type",
    "value"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}