-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
I've got a recursive structure I'm trying to generate a JSON Schema for. When I naively run that through this generator I get a stack overflow error because it never stops recursing.
If I was writing the schema by hand, I would just write out the ref to the object when I it it.
Is there a tag notation I can use to accomplish this, or some other configuration I'm missing to allow me to encode recursive structures?
gremmer, kb-sp, mbergal, cnkawhi and williamfzc
Metadata
Metadata
Assignees
Labels
No labels