{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomCss", "title": "CustomCss", "type": "object", "properties": { "enabled": { "type": "boolean", "default": false }, "css": { "type": "string", "default": "" } } }