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