GetLastSelectedApp 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.
{
"type": "object",
"name": "GetLastSelectedApp",
"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"
},
"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",
"properties": {
"availableInClassic": {
"type": "boolean"
},
"availableInLightning": {
"type": "boolean"
},
"color": {
"type": "string"
},
"content": {
"type": "['string', 'null']"
},
"custom": {
"type": "boolean"
},
"developerName": {
"type": "string"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "['string', 'null']"
},
"itemType": {
"type": "string"
},
"label": {
"type": "string"
},
"objectApiName": {
"type": "string"
},
"objectLabel": {
"type": "['string', 'null']"
},
"objectLabelPlural": {
"type": "['string', 'null']"
},
"pageReference": {
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"pageName": {
"type": "string"
},
"objectApiName": {
"type": "string"
},
"actionName": {
"type": "string"
}
}
},
"state": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"attributes",
"state",
"type"
]
},
"standardType": {
"type": "['string', 'null']"
}
},
"required": [
"availableInClassic",
"availableInLightning",
"color",
"content",
"custom",
"developerName",
"iconUrl",
"id",
"itemType",
"label",
"objectApiName",
"objectLabel",
"objectLabelPlural",
"pageReference",
"standardType"
]
}
},
"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"
}