Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pipeline_schedule_variable.json « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7ccb2d44a027ba78cb7e5f9d8278f61a5828d0c (plain)
1
2
3
4
5
6
7
8
{
  "type": ["object", "null"],
  "properties": {
    "key": { "type": "string" },
    "value": { "type": "string" }
  },
  "additionalProperties": false
}