Salesforce · Schema

Metadata14

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

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

JSON Schema

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