select open change scope Open full search

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

Extensions / Features

postgres-json-schema

Pure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepostgres-json-schema
Version0.1.1
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars508
Latest commit2023-10-10
Catalogue updated2026-08-30

Related extensions

See also

is_jsonb_validNative PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7.
json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL
json_validator_extValidate JSONB values against JSON Schema using Rust and pgrx
pg_jsonschemaPostgreSQL extension providing JSON Schema validation
jsonschemaJSON Schema validation functions for PostgreSQL
pgbsonBSON data type and accessor functions for PostgreSQL
pgx_json_schemaJSON Schema validation for Postgres
pg_json_validateJSON Schema validation functions for jsonb values.
jsquerydata type for jsonb inspection
pg_registryStores and validates JSON Schemas, generates schemas from tables, and binds schemas to Kafka topics.