diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-01-30 02:01:53 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-02-05 18:58:19 +0100 |
commit | 9be519c199b01d4b4b1c69ec4d74a1e99345eb47 (patch) | |
tree | 117f601dda66d48671a3e83b7ed93f8a00c72805 /spec/fixtures | |
parent | b48d8c8ad0bb2874db6b4c9accb3bebd19e9f2c8 (diff) | |
download | gitlab-ce-9be519c199b01d4b4b1c69ec4d74a1e99345eb47.tar.gz |
Add VariableSerializer for Ci::Variable
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/variable.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/variable.json b/spec/fixtures/api/schemas/variable.json new file mode 100644 index 00000000000..422b4738418 --- /dev/null +++ b/spec/fixtures/api/schemas/variable.json @@ -0,0 +1,6 @@ +{ + "id": "string", + "key": "string", + "value": "string", + "protected": "boolean" +} |