Skip to content

adrianhdezm/postgres-utils

Repository files navigation

Useful Postgres Functions

validate_json_schema.sql

validate_json_schema() can be used to validate the format of your JSON columns using JSON schema (supports the JSON schema draft v4 spec, except for remote http references). It is based on postgres-json-schema.