Salesforce · Schema

Metadata9

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
enrichedFields array
eventChannel string
filterExpression ['string', 'null']
selectedEntity string
urls ['string', 'null']
View JSON Schema on GitHub

JSON Schema

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