Salesforce · JSON Structure

Salesforce Value6 Structure

Type: object Properties: 4 Required: 4
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Value6 is a JSON Structure definition published by Salesforce, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

attributes label validFor value

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Value6",
  "properties": {
    "attributes": {
      "type": "['string', 'null']"
    },
    "label": {
      "type": "string"
    },
    "validFor": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "attributes",
    "label",
    "validFor",
    "value"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}