Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/variable.json')
-rw-r--r--spec/fixtures/api/schemas/variable.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/variable.json b/spec/fixtures/api/schemas/variable.json
index 440e812d95b..b708c6ec14f 100644
--- a/spec/fixtures/api/schemas/variable.json
+++ b/spec/fixtures/api/schemas/variable.json
@@ -11,6 +11,12 @@
"id": {
"type": "integer"
},
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
"key": {
"type": "string"
},
@@ -35,4 +41,4 @@
}
},
"additionalProperties": false
-} \ No newline at end of file
+}