Salesforce · JSON Structure

Salesforce Picklist Value Structure

Type: object Properties: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

PicklistValue is a JSON Structure definition published by Salesforce, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

active defaultValue label validFor value

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "PicklistValue",
  "properties": {
    "active": {
      "type": "boolean"
    },
    "defaultValue": {
      "type": "boolean"
    },
    "label": {
      "type": "string"
    },
    "validFor": {
      "type": "['string', 'null']"
    },
    "value": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}