{
    "$schema": "http://json-schema.org/schema",
    "$id": "k-search-component",
    "title": "通用搜索组件",
    "type": "object",
    "properties": {
        "name": {
            "description": "组件名称",
            "type": "string"
        },
        "path": {
            "description": "创建文件路径",
            "type": "string",
            "format": "path",
            "x-prompt": "请输入创建文件路径:",
            "default": "src/app"
        }
    },
    "required": []
}
