debian-mirror-gitlab/spec/fixtures/api/schemas/pipeline_schedule_variable.json
2018-03-17 18:26:18 +05:30

9 lines
156 B
JSON

{
"type": ["object", "null"],
"properties": {
"key": { "type": "string" },
"value": { "type": "string" }
},
"additionalProperties": false
}