JSON Schema validation functions for jsonb values.
pgext.cloud · Source code · Control file
| Package | pg_json_validate |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2021-04-09 |
| Catalogue updated | 2026-08-30 |
| pg_jsonschema | PostgreSQL extension providing JSON Schema validation |
| jsonschema | JSON Schema validation functions for PostgreSQL |
| json_schema_validate | Validate JSON and JSONB data against JSON Schema in PostgreSQL |
| json_validator_ext | Validate JSONB values against JSON Schema using Rust and pgrx |
| pgx_json_schema | JSON Schema validation for Postgres |
| is_jsonb_valid | Native PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7. |
| postgres-json-schema | Pure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints. |
| jsquery | data type for jsonb inspection |
| pgjq | Use jq in Postgres |
| pgbson | BSON data type and accessor functions for PostgreSQL |