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
As part of checking a schema (Schema.checkLocal), it should be validated against the meta-schema.
This involves embedding the meta-schema files for the draft versions we support into the binary, resolving them at startup, and then calling validate on each call to Schema.Resolve.
This isn't essential for a useful package, but it should be done.