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
Normalize JSON Schema IDs to strip empty fragments.
This is discouraged by the spec, albeit still allowed.
Future versions may fully make it an error, which is why
it seems to make sense to make this JSON Schema-specific
(rather than e.g. doing it as part of Resource.id) as some
other spec may allow it and have different behavior to my
current understanding.
Refs: python-jsonschema/jsonschema#1064
0 commit comments