{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Icon", "type": "object", "properties": { "path": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "isDefault": { "type": "boolean" } } }