Salesforce · JSON Structure

Salesforce Metadata15 Structure

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

Metadata15 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

label topicName defaultReplay state errorRecoveryReplay

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Metadata15",
  "properties": {
    "label": {
      "type": "string"
    },
    "topicName": {
      "type": "string"
    },
    "defaultReplay": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "errorRecoveryReplay": {
      "type": "string"
    }
  },
  "required": [
    "label",
    "topicName",
    "defaultReplay",
    "state",
    "errorRecoveryReplay"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}