select open change scope Open full search

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

Extensions / Features

pgx_json_schema

JSON Schema validation for Postgres

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgx_json_schema
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars3
Latest commit2022-12-16
Latest release2022-12-17
Catalogue updated2026-08-30

Related extensions

See also

pg_jsonschemaPostgreSQL extension providing JSON Schema validation
jsonschemaJSON Schema validation functions for PostgreSQL
pg_json_validateJSON Schema validation functions for jsonb values.
json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL
postgres-json-schemaPure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints.
json_validator_extValidate JSONB values against JSON Schema using Rust and pgrx
is_jsonb_validNative PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7.
jsquerydata type for jsonb inspection
pgjqUse jq in Postgres
pgbsonBSON data type and accessor functions for PostgreSQL