feat: 新增 target description 字段,收紧 id/name 长度,调整延迟列和名称列
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user