Salesforce · JSON Structure

Salesforce Urls8 Structure

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

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

Properties

compactLayouts rowTemplate uiDetailTemplate uiEditTemplate describe uiNewRecord layouts sobject

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

JSON Structure

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