select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

json_validator_ext

Validate JSONB values against JSON Schema using Rust and pgrx

pgext.cloud · Source code · Documentation · Control file

Overview

Packagejson_validator_ext
Version0.0.0
PostgreSQL versions13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2026-01-18
Catalogue updated2026-08-30

Related extensions

See also

json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL
is_jsonb_validNative PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7.
postgres-json-schemaPure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints.
pgbsonBSON data type and accessor functions for PostgreSQL
pg_jsonschemaPostgreSQL extension providing JSON Schema validation
jsonschemaJSON Schema validation functions for PostgreSQL
pg_json_validateJSON Schema validation functions for jsonb values.
jsquerydata type for jsonb inspection
pgx_json_schemaJSON Schema validation for Postgres
pg_registryStores and validates JSON Schemas, generates schemas from tables, and binds schemas to Kafka topics.