Salesforce · Schema

Value6

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
attributes ['string', 'null']
label string
validFor array
value string
View JSON Schema on GitHub

JSON Schema

salesforce-value6-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "attributes": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "label": {
      "type": "string",
      "example": "Example Title"
    },
    "validFor": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "value": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "attributes",
    "label",
    "validFor",
    "value"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Value6"
}