debian-mirror-gitlab/spec/fixtures/api/schemas/graphql/container_repositories.json

13 lines
184 B
JSON
Raw Normal View History

2021-01-29 00:20:46 +05:30
{
"type": "array",
"items": {
"type": "object",
"required": ["node"],
"properties": {
"node": {
"$ref": "./container_repository.json"
}
}
}
}