summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/variable.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/variable.json')
-rw-r--r--spec/fixtures/api/schemas/variable.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/variable.json b/spec/fixtures/api/schemas/variable.json
index 6f6b044115b..305071a6b3f 100644
--- a/spec/fixtures/api/schemas/variable.json
+++ b/spec/fixtures/api/schemas/variable.json
@@ -4,12 +4,14 @@
"id",
"key",
"value",
+ "masked",
"protected"
],
"properties": {
"id": { "type": "integer" },
"key": { "type": "string" },
"value": { "type": "string" },
+ "masked": { "type": "boolean" },
"protected": { "type": "boolean" },
"environment_scope": { "type": "string", "optional": true }
},