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

9 lines
156 B
JSON

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