Salesforce · Schema

Urls3

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
layout string
View JSON Schema on GitHub

JSON Schema

salesforce-urls3-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "layout": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "layout"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Urls3"
}