We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609acd4 commit d987650Copy full SHA for d987650
1 file changed
sdk/config.schema.json
@@ -99,6 +99,16 @@
99
]
100
}
101
},
102
+ "data": {
103
+ "type": "object",
104
+ "description": "其他补充数据。",
105
+ "properties": {
106
+ "command": {
107
+ "type": "string",
108
+ "description": "type为command时,此为必选项,表示此功能的命令。"
109
+ }
110
111
+ },
112
"matches": {
113
"type": "array",
114
"description": "该功能下可响应的命令集,支持 6 种类型,由 matches 的类型或 matches.type 决定。",
0 commit comments