Skip to content

Commit d987650

Browse files
committed
新增:sdk中data.command定义
1 parent 609acd4 commit d987650

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sdk/config.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@
9999
]
100100
}
101101
},
102+
"data": {
103+
"type": "object",
104+
"description": "其他补充数据。",
105+
"properties": {
106+
"command": {
107+
"type": "string",
108+
"description": "type为command时,此为必选项,表示此功能的命令。"
109+
}
110+
}
111+
},
102112
"matches": {
103113
"type": "array",
104114
"description": "该功能下可响应的命令集,支持 6 种类型,由 matches 的类型或 matches.type 决定。",

0 commit comments

Comments
 (0)