{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "formType": {
                "type": "string",
                "title": "表单场景",
                "default": "create"
            },
            "datasourceType": {
                "type": "string",
                "title": "数据源",
                "default": "model"
            },
            "dataSourceName": {
                "type": "string",
                "title": "数据模型"
            },
            "_id": {
                "type": "string",
                "title": "数据标识(_id)"
            },
            "methodCreate": {
                "type": "string",
                "title": "新增方法"
            },
            "methodGetItem": {
                "type": "string",
                "title": "查询方法"
            },
            "paramGetItem": {
                "type": "object",
                "title": "查询入参"
            },
            "methodUpdate": {
                "type": "string",
                "title": "更新方法"
            },
            "layout": {
                "type": "string",
                "title": "布局方式",
                "default": "horizontal"
            },
            "contentSlot": {
                "type": "slot",
                "title": "控制区"
            }
        }
    },
    "events": [
        {
            "name": "submit",
            "title": "提交"
        },
        {
            "name": "reset",
            "title": "重置"
        },
        {
            "name": "onInitValue",
            "title": "获取初始值"
        },
        {
            "name": "onInitDataSourceFieldsWithAuth",
            "title": "获取带有权限的数据源字段"
        }
    ],
    "meta": {
        "title": "表单容器",
        "description": "表单容器",
        "category": "表单",
        "visible": []
    }
}
