{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "tips": {
                "type": "string",
                "title": "提示内容",
                "default": "表单提示"
            },
            "type": {
                "type": "string",
                "title": "提示类型",
                "x-component": "radio",
                "default": "normal",
                "enum": [
                    {
                        "label": "普通",
                        "value": "normal"
                    },
                    {
                        "label": "警告",
                        "value": "warn"
                    }
                ]
            }
        }
    },
    "meta": {
        "title": "提示",
        "description": "提示",
        "category": "表单",
        "visible": []
    },
    "events": []
}
