Salesforce · JSON Structure

Salesforce App Structure

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

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

Properties

appId description developerName eTag formFactors headerColor iconUrl isNavAutoTempTabsDisabled isNavPersonalizationDisabled isNavTabPersistenceDisabled label logoUrl mobileStartUrl navItems selected startUrl type userNavItems

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "App",
  "properties": {
    "appId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "developerName": {
      "type": "string"
    },
    "eTag": {
      "type": "string"
    },
    "formFactors": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "headerColor": {
      "type": "string"
    },
    "iconUrl": {
      "type": "['string', 'null']"
    },
    "isNavAutoTempTabsDisabled": {
      "type": "boolean"
    },
    "isNavPersonalizationDisabled": {
      "type": "boolean"
    },
    "isNavTabPersistenceDisabled": {
      "type": "boolean"
    },
    "label": {
      "type": "string"
    },
    "logoUrl": {
      "type": "string"
    },
    "mobileStartUrl": {
      "type": "['string', 'null']"
    },
    "navItems": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object"
      }
    },
    "selected": {
      "type": "boolean"
    },
    "startUrl": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "userNavItems": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "appId",
    "description",
    "developerName",
    "eTag",
    "formFactors",
    "headerColor",
    "iconUrl",
    "isNavAutoTempTabsDisabled",
    "isNavPersonalizationDisabled",
    "isNavTabPersistenceDisabled",
    "label",
    "logoUrl",
    "mobileStartUrl",
    "navItems",
    "selected",
    "startUrl",
    "type",
    "userNavItems"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}