From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

{
"description": "tree schema, extensible",
"$dynamicAnchor": "node",
"type": "object",
"properties": {
"data": true,
"children": {
"type": "array",
"items": {
"$dynamicRef": "#node"
}
}
}
}