Skip to content

Commit 3917eb9

Browse files
committed
restrict env var definitions to one variable and one variable only
1 parent 7b536b2 commit 3917eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stackinator/schema/environments.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"patternProperties": {
1414
"^[A-Za-z_][A-Za-z0-9_]*$": { "type": "string" }
1515
},
16+
"minProperties": 1,
17+
"maxProperties": 1,
1618
"additionalProperties": false
1719
}
1820
},

0 commit comments

Comments
 (0)