Salesforce · Schema

Metadata10

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
label string
endpoint string
principalType string
protocol string
View JSON Schema on GitHub

JSON Schema

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