the jsonschema crate is spec compliant and has full implementations for the required parts of drafts 4,6, and 7
pg_jsonschema matches that support with the caveat that it doesn't support loading documents over http since that would be risky behavior inside a database
pg_jsonschema matches that support with the caveat that it doesn't support loading documents over http since that would be risky behavior inside a database
disclaimer: I'm the author of the pg_jsonschema