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

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