Restore recipe parameters functionality (#3530)
This commit is contained in:
+17
-1
@@ -1527,6 +1527,10 @@
|
||||
"description": "Whether this extension is bundled with Goose",
|
||||
"nullable": true
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
@@ -2297,6 +2301,13 @@
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"requirement": {
|
||||
"$ref": "#/components/schemas/RecipeParameterRequirement"
|
||||
}
|
||||
@@ -2309,7 +2320,8 @@
|
||||
"number",
|
||||
"boolean",
|
||||
"date",
|
||||
"file"
|
||||
"file",
|
||||
"select"
|
||||
]
|
||||
},
|
||||
"RecipeParameterRequirement": {
|
||||
@@ -2715,6 +2727,10 @@
|
||||
"path"
|
||||
],
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user