{ "type": "object", "name": "Icon", "properties": { "contentType": { "type": "string" }, "height": { "type": "integer" }, "theme": { "type": "string" }, "url": { "type": "string" }, "width": { "type": "integer" } }, "required": [ "contentType", "height", "theme", "url", "width" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }