{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "type": "object",
        "properties": {
            "processKey": {
                "title": "流程",
                "type": "string",
                "x-component": "process-selector",
                "x-component-props": {
                    "dataSourceSchema": ""
                }
            },
            "bindMetadata": {
                "title": "绑定数据源",
                "type": "object",
                "x-component": "schema-selector",
                "x-props": {
                    "data-hidebind": true,
                    "itemClassName": "ds-bind-form-item"
                },
                "properties": {
                    "datasource": {
                        "title": "数据源",
                        "type": "string"
                    },
                    "enabledFieldNames": {
                        "title": "自定义字段",
                        "type": "string"
                    }
                },
                "x-linkages": [
                    {
                        "type": "value:schema",
                        "target": "processKey",
                        "schema": {
                            "x-component-props": {
                                "dataSourceSchema": "{{$self.value}}"
                            }
                        }
                    }
                ]
            }
        }
    },
    "events": [],
    "platforms": ["web"],
    "meta": {
        "title": "流程组件",
        "description": "流程组件",
        "icon": "https://imgcache.qq.com/qcloud/lowcode/static/ide/left-material-icon/FlowCard.svg",
        "category": "模型组件",
        "categoryOrder": 2000,
        "componentOrder": 5,
        "visible": []
    }
}
