Salesforce · Schema

Metadata1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
channelType string
label string
urls ['string', 'null']
View JSON Schema on GitHub

JSON Schema

salesforce-metadata1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "channelType": {
      "type": "string",
      "example": "example_value"
    },
    "label": {
      "type": "string",
      "example": "Example Title"
    },
    "urls": {
      "type": "['string', 'null']",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "channelType",
    "label",
    "urls"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Metadata1"
}