11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"name": { "type": "string" },
|
|
"children": {
|
|
"type": "array",
|
|
"items": { "$ref": "#" }
|
|
}
|
|
}
|
|
}
|