mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-09-07 23:20:55 +02:00
9 lines
219 B
JSON
9 lines
219 B
JSON
{
|
|
"description": "Circular reference when parsing properties keyword",
|
|
"properties": {
|
|
"foo": {"$ref": "#/properties/bar"},
|
|
"bar": {"$ref": "#/properties/baz"},
|
|
"baz": {"$ref": "#/properties/foo"}
|
|
}
|
|
}
|