docs: support of multi_template in schema

This commit is contained in:
David
2023-10-01 18:42:01 +02:00
parent 43c41bd287
commit ecf46374dc
2 changed files with 14 additions and 2 deletions

View File

@@ -147,7 +147,13 @@
"pattern": "MatchTemplate"
},
"template": {
"type": "string",
"type": [
"array",
"string"
],
"items": {
"type": "string"
},
"default": "",
"description": "可选项,要匹配的图片文件名\n不填时写默认 \"任务名.png\""
},

View File

@@ -147,7 +147,13 @@
"pattern": "MatchTemplate"
},
"template": {
"type": "string",
"type": [
"array",
"string"
],
"items": {
"type": "string"
},
"default": "",
"description": "Optional, the file name of the image to be matched\nDefauts to \"task name.png\", If not filled"
},