gitlab-org--gitlab-foss/spec/fixtures/api/schemas/variable.json
2018-02-05 18:58:21 +01:00

16 lines
290 B
JSON

{
"type": "object",
"required": [
"id",
"key",
"value",
"protected"
],
"properties": {
"id": { "type": "integer" },
"key": { "type": "string" },
"value": { "type": "string" },
"protected": { "type": "boolean" }
},
"additionalProperties": false
}