Salesforce · Schema

AdditionalData

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
key1 string
key2 string
View JSON Schema on GitHub

JSON Schema

salesforce-additional-data-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "key1": {
      "type": "string",
      "example": "example_value"
    },
    "key2": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "key1",
    "key2"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AdditionalData"
}