Salesforce · JSON Structure

Salesforce Urls4 Structure

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

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

Properties

compactLayouts rowTemplate approvalLayouts uiDetailTemplate uiEditTemplate listviews describe uiNewRecord quickActions layouts sobject

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Urls4",
  "properties": {
    "compactLayouts": {
      "type": "string"
    },
    "rowTemplate": {
      "type": "string"
    },
    "approvalLayouts": {
      "type": "string"
    },
    "uiDetailTemplate": {
      "type": "string"
    },
    "uiEditTemplate": {
      "type": "string"
    },
    "listviews": {
      "type": "string"
    },
    "describe": {
      "type": "string"
    },
    "uiNewRecord": {
      "type": "string"
    },
    "quickActions": {
      "type": "string"
    },
    "layouts": {
      "type": "string"
    },
    "sobject": {
      "type": "string"
    }
  },
  "required": [
    "compactLayouts",
    "rowTemplate",
    "approvalLayouts",
    "uiDetailTemplate",
    "uiEditTemplate",
    "listviews",
    "describe",
    "uiNewRecord",
    "quickActions",
    "layouts",
    "sobject"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}