Commit 26bed7d2 authored by Matija Čupić's avatar Matija Čupić

Extend variable JSON Schema with optional environment_scope

parent 83634554
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"id": { "type": "integer" }, "id": { "type": "integer" },
"key": { "type": "string" }, "key": { "type": "string" },
"value": { "type": "string" }, "value": { "type": "string" },
"protected": { "type": "boolean" } "protected": { "type": "boolean" },
"environment_scope": { "type": "string", "optional": true }
}, },
"additionalProperties": false "additionalProperties": false
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment