1
0
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:
Pete Davison 2023-11-30 01:18:00 +00:00
parent 1cd26ae1b9
commit 20aad66e48

View File

@ -249,7 +249,7 @@
"^.*$": {
"anyOf": [
{
"type": ["boolean", "integer", "null", "number", "string"]
"type": ["boolean", "integer", "null", "number", "string", "object", "array"]
},
{
"$ref": "#/definitions/3/dynamic_var"