{ "type": "object", "name": "Resultwithpersonalizednav", "properties": { "currentPageUrl": { "type": "string" }, "eTag": { "type": "string" }, "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" }, "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" ] } }, "nextPageUrl": { "type": "['string', 'null']" } }, "required": [ "currentPageUrl", "eTag", "navItems", "nextPageUrl" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }