Salesforce · JSON Structure

Salesforce Layout Component1 Structure

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

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

Properties

apiName componentType label behavior customLinkUrl

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "LayoutComponent1",
  "properties": {
    "apiName": {
      "type": "['string', 'null']"
    },
    "componentType": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "behavior": {
      "type": "string"
    },
    "customLinkUrl": {
      "type": "string"
    }
  },
  "required": [
    "apiName",
    "componentType",
    "label"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}