12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"required": ["node"],
|
|
"properties": {
|
|
"node": {
|
|
"$ref": "./container_repository.json"
|
|
}
|
|
}
|
|
}
|
|
}
|