Skip to content

Commit

Permalink
fix(schema): allow arrays in echo outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bétrancourt <thomas@betrancourt.net>
  • Loading branch information
rclsilver committed Apr 28, 2023
1 parent cf2424c commit 454acf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/template-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
},
"output": {
"type": [
"array",
"object",
"string",
"null"
Expand Down

0 comments on commit 454acf7

Please sign in to comment.