Salesforce · JSON Structure

Salesforce Section Structure

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

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

Properties

collapsible columns heading id layoutRows rows useHeading

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Section",
  "properties": {
    "collapsible": {
      "type": "boolean"
    },
    "columns": {
      "type": "integer"
    },
    "heading": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "layoutRows": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "layoutItems": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "editableForNew": {
                  "type": "boolean"
                },
                "editableForUpdate": {
                  "type": "boolean"
                },
                "label": {
                  "type": "string"
                },
                "layoutComponents": {
                  "type": "array",
                  "description": "",
                  "items": {
                    "type": "object"
                  }
                },
                "lookupIdApiName": {
                  "type": "['string', 'null']"
                },
                "required": {
                  "type": "boolean"
                },
                "sortable": {
                  "type": "boolean"
                }
              },
              "required": [
                "editableForNew",
                "editableForUpdate",
                "label",
                "layoutComponents",
                "lookupIdApiName",
                "required",
                "sortable"
              ]
            }
          }
        },
        "required": [
          "layoutItems"
        ]
      }
    },
    "rows": {
      "type": "integer"
    },
    "useHeading": {
      "type": "boolean"
    }
  },
  "required": [
    "collapsible",
    "columns",
    "heading",
    "id",
    "layoutRows",
    "rows",
    "useHeading"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}