summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/graphql/container_repositories.json
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"
      }
    }
  }
}