{ "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" }