Salesforce · Schema

CustomerPriorityC4

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
displayValue string
value string
View JSON Schema on GitHub

JSON Schema

salesforce-customer-priority-c4-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "displayValue": {
      "type": "string",
      "example": "example_value"
    },
    "value": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "displayValue",
    "value"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomerPriorityC4"
}