Salesforce · JSON Structure

Salesforce Get Apps Structure

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

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

Properties

apps eTag

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GetApps",
  "properties": {
    "apps": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "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"
        ]
      }
    },
    "eTag": {
      "type": "string"
    }
  },
  "required": [
    "apps",
    "eTag"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}