debian-mirror-gitlab/spec/fixtures/api/schemas/pipeline_schedule_variable.json
2019-07-31 17:26:46 +00:00

15 lines
254 B
JSON

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