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
Changes: replaces auto-generated names with :anonymous
- Changes: replaces auto-generated schema names like `zero` and `one` with
`:anonymous` making it easier for a consuming project to decide what to do when
a subschema does not have an explicit name.
- Changes: replaces stringly-typed `type` properties for several schema types to
instead use specific atoms corresponding to the set of valid JSON value type.
- Adds: better error description for invalid union types.
0 commit comments