Native PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | is_jsonb_valid |
|---|---|
| Version | 0.1.4 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 173 |
| Latest commit | 2026-07-14 |
| Latest release | 2017-08-17 |
| Catalogue updated | 2026-08-30 |
| postgres-json-schema | Pure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints. |
| json_validator_ext | Validate JSONB values against JSON Schema using Rust and pgrx |
| json_schema_validate | Validate JSON and JSONB data against JSON Schema in PostgreSQL |
| pg_jsonschema | PostgreSQL extension providing JSON Schema validation |
| jsonschema | JSON Schema validation functions for PostgreSQL |
| pg_json_validate | JSON Schema validation functions for jsonb values. |