Salesforce · JSON Structure

Salesforce Metadata Objects Structure

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

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

Properties

directoryName inFolder metaFile suffix xmlName childXmlNames

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "metadataObjects",
  "properties": {
    "directoryName": {
      "type": "string"
    },
    "inFolder": {
      "type": "boolean"
    },
    "metaFile": {
      "type": "boolean"
    },
    "suffix": {
      "type": "string"
    },
    "xmlName": {
      "type": "string"
    },
    "childXmlNames": {
      "type": "string"
    }
  },
  "required": [
    "directoryName",
    "inFolder",
    "metaFile",
    "xmlName"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}