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

15 lines
254 B
JSON
Raw Normal View History

2018-03-17 18:26:18 +05:30
{
2019-07-31 22:56:46 +05:30
"type": "object",
"required": [
"key",
"value",
"variable_type"
],
2018-03-17 18:26:18 +05:30
"properties": {
"key": { "type": "string" },
2019-07-31 22:56:46 +05:30
"value": { "type": "string" },
"variable_type": { "type": "string" }
2018-03-17 18:26:18 +05:30
},
"additionalProperties": false
}