{ "type": "object", "name": "NavItem", "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']" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }