Salesforce · JSON Structure

Salesforce Urls7 Structure

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

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

Properties

compactLayouts rowTemplate describe layouts sobject

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

JSON Structure

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