JSON Schema Catalog for JSON Patch as maintained by the https://www.schemastore.org community.
A JSON Schema Catalog is a mapping from URIs to JSON Schema documents. It enables offline use, e.g. in build processes, and therefore it improves performance, robustness and safety.
A JSON Patch is a sequence of editing and checking operations to perform against another JSON document. It is specified in IETF RFC 6902: https://datatracker.ietf.org/doc/html/rfc6902/
The schema is maintained by the community at https://www.schemastore.org, which is a collection of JSON Schemas for various purposes.
The package license, Apache License 2.0, applies to the schemas in this catalog. The catalog file itself is licensed under the terms of the Nix expression that governs it, e.g. MIT in the case of Nixpkgs.