{
    "type": "object",
    "properties": {
        "name": { "type": "string" },
        "children": {
            "type": "array",
            "items": { "$ref": "#" }
        }
    }
}
