Files
gmconfig/test/data/recursion_schema.json
T
2026-05-13 20:43:01 +02:00

11 lines
158 B
JSON

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