gitlab-org--gitlab-foss/spec/fixtures/api/schemas/graphql/container_repositories.json

13 lines
184 B
JSON

{
"type": "array",
"items": {
"type": "object",
"required": ["node"],
"properties": {
"node": {
"$ref": "./container_repository.json"
}
}
}
}