Salesforce · Schema

Attributes3

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

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