{ "type": "object", "name": "NavItem6", "properties": { "availableInClassic": { "type": "boolean" }, "availableInLightning": { "type": "boolean" }, "color": { "type": "['string', 'null']" }, "content": { "type": "string" }, "custom": { "type": "boolean" }, "developerName": { "type": "string" }, "iconUrl": { "type": "['string', 'null']" }, "id": { "type": "['string', 'null']" }, "itemType": { "type": "string" }, "label": { "type": "string" }, "objectApiName": { "type": "string" }, "objectLabel": { "type": "string" }, "objectLabelPlural": { "type": "string" }, "pageReference": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "objectApiName": { "type": "string" }, "actionName": { "type": "string" } }, "required": [ "objectApiName", "actionName" ] }, "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" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }