On Mon, 2 Feb 2026 10:45:15 +0200 Andrius Merkys <[email protected]> wrote: > On 2026-02-02 10:10, Andrius Merkys wrote: > > I have just glanced over the ~20 cache files in JSON::Validator 5.15 and > > all of them seem to come from either json:api or OpenAPI. Thus let's > > stop excluding the cache files and solve this issue for good. I will > > start working on it. > > OK, I have collected licenses for all files except > lib/JSON/Validator/cache/ea34d47d4e060a1c3b12d2287aff89a7 which > apparently comes from JSONPatch project [1] which does not have an > explicit license. I have asked for a clarification [2], let's wait for > an answer. > > Best, > Andrius > > [1] https://jsonpatch.com > [2] https://github.com/dharmafly/jsonpatch.com/issues/106 >
jsonpatch.com doesn't appear to directly provide a JSON Schema for the format. Instead, the file comes from SchemaStore. https://github.com/SchemaStore/schemastore/blob/62af196e39b96d574627792faba4ecc926a237e3/src/schemas/json/json-patch.json schemastore says it is using an Apache 2 license for the repo.

