hjsonschema-1.0.0.0: test/supplement/recurse.json
[
{
"description": "recursive ref",
"schema": {
"allOf": [
{"$ref": "#"}
]
},
"tests": [
{
"description": "arbitrary data",
"data": {},
"valid": false
}
]
}
]