Salesforce · Schema

Metadata12

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
eventChannel string
destinationResourceName string
label string
relayOption string
View JSON Schema on GitHub

JSON Schema

salesforce-metadata12-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "eventChannel": {
      "type": "string",
      "example": "example_value"
    },
    "destinationResourceName": {
      "type": "string",
      "example": "example_value"
    },
    "label": {
      "type": "string",
      "example": "Example Title"
    },
    "relayOption": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "eventChannel",
    "destinationResourceName",
    "label",
    "relayOption"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Metadata12"
}