gitlab-org--gitlab-foss/spec/fixtures/api/schemas/pipeline_schedule_variable....

23 lines
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
}