Salesforce · JSON Structure

Salesforce Metadata9 Structure

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

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

Properties

enrichedFields eventChannel filterExpression selectedEntity urls

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Metadata9",
  "properties": {
    "enrichedFields": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "eventChannel": {
      "type": "string"
    },
    "filterExpression": {
      "type": "['string', 'null']"
    },
    "selectedEntity": {
      "type": "string"
    },
    "urls": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "enrichedFields",
    "eventChannel",
    "filterExpression",
    "selectedEntity",
    "urls"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}