-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
A recursive schema crashes code generation:
{
"$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"
]
}
With error:
Failed toString() invocation on an object of type [java.util.LinkedHashMap]
java.lang.StackOverflowError
See example repo.
Metadata
Metadata
Assignees
Labels
No labels