Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 353 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 353 Bytes

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.