Salesforce · JSON Structure

Salesforce Display Column Structure

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

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

Properties

fieldApiName inlineEditAttributes label lookupId searchable sortable

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "DisplayColumn",
  "properties": {
    "fieldApiName": {
      "type": "string"
    },
    "inlineEditAttributes": {
      "type": "object"
    },
    "label": {
      "type": "string"
    },
    "lookupId": {
      "type": "['string', 'null']"
    },
    "searchable": {
      "type": "boolean"
    },
    "sortable": {
      "type": "boolean"
    }
  },
  "required": [
    "fieldApiName",
    "inlineEditAttributes",
    "label",
    "lookupId",
    "searchable",
    "sortable"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}