debian-mirror-gitlab/spec/fixtures/api/schemas/pipeline_schedule_variable.json

9 lines
156 B
JSON
Raw Normal View History

2018-03-17 18:26:18 +05:30
{
"type": ["object", "null"],
"properties": {
"key": { "type": "string" },
"value": { "type": "string" }
},
"additionalProperties": false
}