summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/pipeline_schedule_variable.json
blob: f7ccb2d44a027ba78cb7e5f9d8278f61a5828d0c (plain)
1
2
3
4
5
6
7
8
{
  "type": ["object", "null"],
  "properties": {
    "key": { "type": "string" },
    "value": { "type": "string" }
  },
  "additionalProperties": false
}