Salesforce · JSON Structure

Salesforce Metadata12 Structure

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

Metadata12 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

eventChannel destinationResourceName label relayOption

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Metadata12",
  "properties": {
    "eventChannel": {
      "type": "string"
    },
    "destinationResourceName": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "relayOption": {
      "type": "string"
    }
  },
  "required": [
    "eventChannel",
    "destinationResourceName",
    "label",
    "relayOption"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}