Salesforce · JSON Structure

Salesforce Metadata18 Structure

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

Metadata18 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

Account

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

JSON Structure

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