Salesforce · JSON Structure

Salesforce Layout Row1 Structure

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

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

Properties

layoutItems

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "LayoutRow1",
  "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",
              "properties": {
                "apiName": {
                  "type": "['string', 'null']"
                },
                "componentType": {
                  "type": "string"
                },
                "label": {
                  "type": "string"
                },
                "behavior": {
                  "type": "string"
                },
                "customLinkUrl": {
                  "type": "string"
                }
              },
              "required": [
                "apiName",
                "componentType",
                "label"
              ]
            }
          },
          "lookupIdApiName": {
            "type": "['string', 'null']"
          },
          "required": {
            "type": "boolean"
          },
          "sortable": {
            "type": "boolean"
          }
        },
        "required": [
          "editableForNew",
          "editableForUpdate",
          "label",
          "layoutComponents",
          "lookupIdApiName",
          "required",
          "sortable"
        ]
      }
    }
  },
  "required": [
    "layoutItems"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}