{
   "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.9",
   "date": "2026-05-14T18:03:57Z",
   "maintainer": [
      "David E. Wheeler <david@justatheory.com>"
   ],
   "release_status": "stable",
   "user": "theory",
   "sha1": "b9b9cac825a36f1a72153fa9d24c49e803940a16",
   "license": "mit",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "12.0.0"
         }
      }
   },
   "provides": {
      "jsonschema": {
         "abstract": "JSON Schema validation functions for PostgreSQL",
         "docfile": "doc/jsonschema.md",
         "file": "src/lib.rs",
         "version": "0.1.9"
      }
   },
   "tags": ["jsonschema", "validation", "json", "schema", "constraint", "pgrx", "rust"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/theory/pg-jsonschema-boon/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/theory/pg-jsonschema-boon.git",
         "web": "https://github.com/theory/pg-jsonschema-boon/"
      }
   }
}
