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
jsonschema: change TypeSchemas key to reflect.Type (#29)
BREAKING CHANGE
The key of ForOptions.TypeSchemas cannot be a value of the type,
because some types can't be map keys.
So change it to reflect.Type.
Fixes#26.
0 commit comments