{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/schema/outer.schema.json",
"type": "object",
"properties": {
"inners": {
"type": "array",
"items": {
"$ref": "classpath:/com/example/outer.schema.json"
}
}
},
"required": [
"inners"
]
}
Failed toString() invocation on an object of type [java.util.LinkedHashMap]
java.lang.StackOverflowError