Fix env schema (#3514)

closes #3510
This commit is contained in:
qwerty287 2024-03-20 09:28:02 +01:00 committed by GitHub
parent 21d6ea2ba6
commit f23d42b49e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -630,7 +630,7 @@
{ {
"type": "object", "type": "object",
"additionalProperties": { "additionalProperties": {
"type": ["boolean", "string", "number"] "type": ["boolean", "string", "number", "array", "object"]
} }
} }
] ]