UNPKG

188 BJSONView Raw
1{
2 "type": "object",
3 "properties": {
4 "name": { "type": "string" },
5 "children": {
6 "type": "array",
7 "items": { "$ref": "#" }
8 }
9 }
10}