{ "name": "jsonschema", "abstract": "JSON Schema validation functions for PostgreSQL", "description": "The jsonschema extension provides JSON Schema validation functions supporting drafts 2020-12, 2019-09, 7, 6, and 4", "version": "0.1.1", "maintainer": [ "David E. Wheeler ", "Tembo " ], "license": "mit", "provides": { "jsonschema": { "abstract": "JSON Schema validation functions for PostgreSQL", "file": "src/lib.rs", "docfile": "doc/jsonschema.md", "version": "0.1.1" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "11.0.0" } } }, "resources": { "bugtracker": { "web": "https://github.com/tembo-io/pg-jsonschema-boon/issues/" }, "repository": { "url": "git://github.com/tembo-io/pg-jsonschema-boon.git", "web": "https://github.com/tembo-io/pg-jsonschema-boon/", "type": "git" } }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "jsonschema", "validation", "json", "schema", "constraint", "pgrx", "rust" ] }