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, if the embedded schemas are of another dialect that had breaking changes in terms of certain keywords, validation will fail.
The solution is that when validating a schema, we first break down the schema into its independent schema resources and validate each according to their respective meta schemas.
Right now, if the embedded schemas are of another dialect that had breaking changes in terms of certain keywords, validation will fail.
The solution is that when validating a schema, we first break down the schema into its independent schema resources and validate each according to their respective meta schemas.
See https://json-schema.slack.com/archives/CT8QRGTK5/p1718214019411369 for more information
The text was updated successfully, but these errors were encountered: