You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#3447
Fixed a few issues with circular references in the JSON Schema emitter
and emitter framework:
* The emitter framework wouldn't restore context correctly when directly
emitting a type reference to a type with a circular reference.
* The JSON Schema emitter did not handle circular references involving
non-JSON Schema types.
* The JSON Schema emitter would create an infinite loop when circular
references needed to be put into $defs.
---------
Co-authored-by: Timothee Guerin <[email protected]>
comes down to this, where we have circular reference but here they are treated as json pointer and seems like feature parity wasn't done.
Playground Link
The text was updated successfully, but these errors were encountered: