Salesforce · Schema

Urls5

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
additionalProperties object
View JSON Schema on GitHub

JSON Schema

salesforce-urls5-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "additionalProperties": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type"
      ]
    }
  },
  "required": [
    "type",
    "additionalProperties"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Urls5"
}