Salesforce · JSON Structure

Salesforce Metadata10 Structure

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

Metadata10 is a JSON Structure definition published by Salesforce, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

label endpoint principalType protocol

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Metadata10",
  "properties": {
    "label": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    },
    "principalType": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    }
  },
  "required": [
    "label",
    "endpoint",
    "principalType",
    "protocol"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}