mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
feat: update schema to support objects and arrays in vars
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user