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
Right now, schemas that use $ref get an unknown type.
Dealing with JSON Pointer through the type system seems like it will be a nightmare.
Maybe it's possible to enforce that the $id field is required in definitions, and that each ref points to one of those ids? Then we would resolve the right type without too much trouble.
The text was updated successfully, but these errors were encountered:
Right now, schemas that use $ref get an unknown type.
Dealing with JSON Pointer through the type system seems like it will be a nightmare.
Maybe it's possible to enforce that the $id field is required in definitions, and that each ref points to one of those ids? Then we would resolve the right type without too much trouble.
The text was updated successfully, but these errors were encountered: