{
    "type": "object",
    "properties": {
        "text": {
            "type": "string"
        },
        "is_optional": {
            "type": "boolean",
            "default": false
        },
        "heading": {
            "type": "string"
        }
    },
    "required": [
        "text",
        "is_optional"
    ]
}