{
    "bgo-form-item/label": {
        "description": "表单项标签",
        "type": "string"
    },
    "bgo-form-item/required": {
        "description": "表单想是否必填",
        "type": "boolean"
    },
    "bgo-form-item/disabled": {
        "description": "表单项目是否被禁用",
        "type": "boolean"
    },
    "bgo-form-item/readonly": {
        "description": "表单项目是否只读",
        "type": "boolean"
    },
    "bgo-form-item/role": {
        "description": "表单项角色 text - 文本; select - 下拉选择",
        "type": "boolean"
    },
    "bgo-form-item/tip": {
        "description": "表单项提示信息，显示在表单控件下方",
        "type": "boolean"
    }
}
