debian-mirror-gitlab/spec/fixtures/api/schemas/pipeline_schedule_variable.json
2023-01-12 18:35:48 +00:00

23 lines
No EOL
327 B
JSON

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