mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
feat: update schema to support objects and arrays in vars
This commit is contained in:
parent
1cd26ae1b9
commit
20aad66e48
2
docs/static/schema.json
vendored
2
docs/static/schema.json
vendored
@ -249,7 +249,7 @@
|
||||
"^.*$": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": ["boolean", "integer", "null", "number", "string"]
|
||||
"type": ["boolean", "integer", "null", "number", "string", "object", "array"]
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/3/dynamic_var"
|
||||
|
Loading…
Reference in New Issue
Block a user