Salesforce · JSON Structure

Salesforce Ui Picklist Value Structure

A single picklist option

Type: object Properties: 4
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

PicklistValue is a JSON Structure definition published by Salesforce, describing 4 properties. 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",
  "description": "A single picklist option",
  "name": "PicklistValue",
  "properties": {
    "attributes": {
      "type": "object"
    },
    "label": {
      "type": "string"
    },
    "validFor": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "value": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}