Salesforce · JSON Structure

Salesforce Account16 Structure

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

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

Properties

fieldApiName objectApiName secondaryField targetInfo

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Account16",
  "properties": {
    "fieldApiName": {
      "type": "['string', 'null']"
    },
    "objectApiName": {
      "type": "['string', 'null']"
    },
    "secondaryField": {
      "type": "string"
    },
    "targetInfo": {
      "type": "object"
    }
  },
  "required": [
    "fieldApiName",
    "objectApiName",
    "secondaryField",
    "targetInfo"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}