{ "type": "object", "properties": { "colors": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "color": { "type": "string", "example": "example_value" }, "context": { "type": "string", "example": "example_value" }, "theme": { "type": "string", "example": "example_value" } }, "required": [ "color", "context", "theme" ] } }, "custom": { "type": "boolean", "example": true }, "iconUrl": { "type": "string", "example": "https://www.example.com" }, "icons": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "contentType": { "type": "string", "example": "example_value" }, "height": { "type": "integer", "example": 10 }, "theme": { "type": "string", "example": "example_value" }, "url": { "type": "string", "example": "https://www.example.com" }, "width": { "type": "integer", "example": 10 } }, "required": [ "contentType", "height", "theme", "url", "width" ] } }, "label": { "type": "string", "example": "Example Title" }, "miniIconUrl": { "type": "string", "example": "https://www.example.com" }, "name": { "type": "string", "example": "Example Title" }, "sobjectName": { "type": "string", "example": "example_value" }, "url": { "type": "string", "example": "https://www.example.com" } }, "required": [ "colors", "custom", "iconUrl", "icons", "label", "miniIconUrl", "name", "sobjectName", "url" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Tab" }