Salesforce · Schema

AppMenu

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
AppSwitcher string
Salesforce1 string
NetworkTabs string
View JSON Schema on GitHub

JSON Schema

salesforce-app-menu-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AppSwitcher": {
      "type": "string",
      "example": "example_value"
    },
    "Salesforce1": {
      "type": "string",
      "example": "example_value"
    },
    "NetworkTabs": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "AppSwitcher",
    "Salesforce1",
    "NetworkTabs"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AppMenu"
}