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
The JSON Schema spec calls $schema an identifier, not a literal URL, and
json-schema.org now serves both http:// and https:// forms. Tools commonly
emit https://, but `schema_module/2` and `remote_schema/1` only matched the
canonical http:// prefix and raised UnsupportedSchemaVersionError on any
https:// input.
Normalize https://json-schema.org/... to http://json-schema.org/... at the
top of both functions. No behavioural change for any other input.
Closes#97
0 commit comments