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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/variable.json b/spec/fixtures/api/schemas/variable.json
index 78977118b0a..6f6b044115b 100644
--- a/spec/fixtures/api/schemas/variable.json
+++ b/spec/fixtures/api/schemas/variable.json
@@ -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
}