This commit is contained in:
Christof Marti 2019-11-20 17:20:01 +01:00
parent 22c104ce5b
commit 1a88e9d166
2 changed files with 8 additions and 2 deletions

View file

@ -21,7 +21,10 @@
"remoteEnv": { "remoteEnv": {
"type": "object", "type": "object",
"additionalProperties": { "additionalProperties": {
"type": "string" "type": [
"string",
"null"
]
}, },
"description": "Remote environment variables." "description": "Remote environment variables."
}, },

View file

@ -25,7 +25,10 @@
"remoteEnv": { "remoteEnv": {
"type": "object", "type": "object",
"additionalProperties": { "additionalProperties": {
"type": "string" "type": [
"string",
"null"
]
}, },
"description": "Remote environment variables." "description": "Remote environment variables."
}, },