Salesforce · Schema

Metadata15

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
label string
topicName string
defaultReplay string
state string
errorRecoveryReplay string
View JSON Schema on GitHub

JSON Schema

salesforce-metadata15-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "example": "Example Title"
    },
    "topicName": {
      "type": "string",
      "example": "example_value"
    },
    "defaultReplay": {
      "type": "string",
      "example": "example_value"
    },
    "state": {
      "type": "string",
      "example": "example_value"
    },
    "errorRecoveryReplay": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "label",
    "topicName",
    "defaultReplay",
    "state",
    "errorRecoveryReplay"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Metadata15"
}