Salesforce · JSON Structure

Salesforce Picklist Value1 Structure

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

PicklistValue1 is a JSON Structure definition published by Salesforce, describing 5 properties, of which 5 are required. 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": "PicklistValue1",
  "properties": {
    "active": {
      "type": "boolean"
    },
    "defaultValue": {
      "type": "boolean"
    },
    "label": {
      "type": "['string', 'null']"
    },
    "validFor": {
      "type": "['string', 'null']"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "active",
    "defaultValue",
    "label",
    "validFor",
    "value"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}