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

7 lines
100 B
JSON

{
"$defs": {
"alice": { "$ref": "#/$defs/bob" },
"bob": { "$ref": "#/$defs/alice" }
}
}