Salesforce · JSON Structure

Salesforce Ui Picklist Values Collection Structure

Collection of picklist values for all picklist fields on an object

Type: object Properties: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Properties

picklistFieldValues

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Collection of picklist values for all picklist fields on an object",
  "name": "PicklistValuesCollection",
  "properties": {
    "picklistFieldValues": {
      "type": "object"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}