08287da7b7
Co-authored-by: Ulf Wiger <ulf@wiger.net> Reviewed-on: #5
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"name": { "type": "string" },
|
|
"children": {
|
|
"type": "array",
|
|
"items": { "$ref": "#" }
|
|
}
|
|
}
|
|
}
|