7 lines
100 B
JSON
7 lines
100 B
JSON
{
|
|
"$defs": {
|
|
"alice": { "$ref": "#/$defs/bob" },
|
|
"bob": { "$ref": "#/$defs/alice" }
|
|
}
|
|
}
|