{
    "description": "Dek Component",
    "type": "object",
    "properties": {
        "text": {
            "type": "string",
            "nullable": true
        },
        "hide": {
            "type": "boolean",
            "default": false
        }
    },
    "required": [
        "hide"
    ]
}
