We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0aab5d commit bbcf93fCopy full SHA for bbcf93f
2 files changed
deps/tools/interface.schema.json
@@ -536,6 +536,21 @@
536
"title": "任务文档",
537
"description": "任务的详细文档说明,支持字符串或字符串数组"
538
},
539
+ "desc": {
540
+ "anyOf": [
541
+ {
542
+ "$ref": "#/definitions/i18nString"
543
+ },
544
545
+ "type": "array",
546
+ "items": {
547
548
+ }
549
550
+ ],
551
+ "title": "任务文档",
552
+ "description": "任务的详细文档说明,支持字符串或字符串数组"
553
554
"icon": {
555
"$ref": "#/definitions/i18nString",
556
"title": "图标路径",
deps/tools/pipeline.schema.json
@@ -37,7 +37,7 @@
37
38
"jsonDocument": {
39
"patternProperties": {
40
- ".*_doc$|^doc$": {
+ ".*_doc$|^doc$|.*_desc$|^desc$": {
41
"title": "Document Property",
42
"description": "文档 | 该节点属性的文档说明。",
43
"type": "string",
0 commit comments