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

environments.json « v4 « public_api « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f739c06f604e3555f1935e915fd814ac2ad4cab4 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "$ref": "./environment.json"
    }
  }
}