Skip to content

Commit

Permalink
fix env schema
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 committed Mar 20, 2024
1 parent 21d6ea2 commit 862980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/frontend/yaml/linter/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
{
"type": "object",
"additionalProperties": {
"type": ["boolean", "string", "number"]
"type": ["boolean", "string", "number", "array", "object"]
}
}
]
Expand Down

0 comments on commit 862980a

Please sign in to comment.