Skip to content

Commit

Permalink
update schema to set default environment:views field as {}
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Jun 25, 2024
1 parent d0b8f37 commit 900417c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stackinator/schema/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
},
"views": {
"type": "object",
"default": {},
"patternProperties": {
"\\w+": {
"additionalProperties": false,
Expand Down

0 comments on commit 900417c

Please sign in to comment.