Skip to content

Commit 3dbafdf

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
fix: require environment variable name
1 parent 1f66ac5 commit 3dbafdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@
357357
"title": "environment variable",
358358
"description": "An environment variables of the current application",
359359
"type": "object",
360+
"required": [
361+
"name"
362+
],
360363
"properties": {
361364
"name": {
362365
"$ref": "#/definitions/environment-variables-name-property"

0 commit comments

Comments
 (0)