Salesforce · Schema

Name42

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
displayValue ['string', 'null']
value ['string', 'null']
View JSON Schema on GitHub

JSON Schema

salesforce-name42-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "displayValue": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "value": {
      "type": "['string', 'null']",
      "example": "example_value"
    }
  },
  "required": [
    "displayValue",
    "value"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Name42"
}