Extend variable JSON Schema with optional environment_scope

This commit is contained in:
Matija Čupić 2018-02-13 16:12:55 +01:00
parent cb295ba5bd
commit b413a825b1
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"id": { "type": "integer" },
"key": { "type": "string" },
"value": { "type": "string" },
"protected": { "type": "boolean" }
"protected": { "type": "boolean" },
"environment_scope": { "type": "string", "optional": true }
},
"additionalProperties": false
}