1
0

feat: 新增 target description 字段,收紧 id/name 长度,调整延迟列和名称列

This commit is contained in:
2026-05-17 18:42:46 +08:00
parent 7926514986
commit f7193e98ff
36 changed files with 385 additions and 58 deletions

View File

@@ -109,6 +109,10 @@
"http"
],
"properties": {
"description": {
"maxLength": 500,
"type": "string"
},
"expect": {
"additionalProperties": false,
"type": "object",
@@ -404,6 +408,7 @@
"type": "string"
},
"id": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
@@ -411,6 +416,7 @@
"type": "string"
},
"name": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
@@ -504,6 +510,10 @@
"cmd"
],
"properties": {
"description": {
"maxLength": 500,
"type": "string"
},
"expect": {
"additionalProperties": false,
"type": "object",
@@ -640,6 +650,7 @@
"type": "string"
},
"id": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
@@ -647,6 +658,7 @@
"type": "string"
},
"name": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
@@ -707,6 +719,10 @@
"db"
],
"properties": {
"description": {
"maxLength": 500,
"type": "string"
},
"expect": {
"additionalProperties": false,
"type": "object",
@@ -869,6 +885,7 @@
"type": "string"
},
"id": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},
@@ -876,6 +893,7 @@
"type": "string"
},
"name": {
"maxLength": 30,
"minLength": 1,
"type": "string"
},