style: versions config

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent eb509166ee
commit d393f9ee9e
17 changed files with 202 additions and 112 deletions
@@ -35,6 +35,13 @@
"run_command": {
"type": ["string", "null"],
"description": "start command"
},
"backend_list": {
"type": "array",
"items": {
"type": "string"
},
"description": "backend list"
}
},
"required": ["image_name", "run_command"],
@@ -26,6 +26,13 @@
"run_command": {
"type": ["string", "null"],
"description": "start command"
},
"backend_list": {
"type": "array",
"items": {
"type": "string"
},
"description": "backend list"
}
},
"required": ["image_name", "run_command"],
@@ -30,6 +30,13 @@
"run_command": {
"type": ["string", "null"],
"description": "start command"
},
"backend_list": {
"type": "array",
"items": {
"type": "string"
},
"description": "backend list"
}
},
"required": ["image_name", "run_command"],