{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Style", "type": "object", "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "remote": { "type": "boolean" }, "style_type": { "type": "string" } } }