refactor: clean up client side code for creating schedule (#6805)

This commit is contained in:
Lifei Zhou
2026-02-02 19:52:09 +11:00
committed by GitHub
parent 8c7bb43f90
commit dd15fd0dd8
7 changed files with 157 additions and 296 deletions
+3 -3
View File
@@ -3437,7 +3437,7 @@
"type": "object",
"required": [
"id",
"recipe_source",
"recipe",
"cron"
],
"properties": {
@@ -3447,8 +3447,8 @@
"id": {
"type": "string"
},
"recipe_source": {
"type": "string"
"recipe": {
"$ref": "#/components/schemas/Recipe"
}
}
},