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

container_repositories.json « graphql « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e8982ff8c7e66ea9b2c977383ed8e66368cc2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "array",
  "items": {
    "type": "object",
    "required": ["node"],
    "properties": {
      "node": {
        "$ref": "./container_repository.json"
      }
    }
  }
}