How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Generate deterministic titles for json schemas (AKA ensureAllSchemasHaveTitles)
JSON Schema Titleizer is a library that walks a JSON Schema and guarantees every (sub)schema has a deterministic, unique `title`—generating one from the schema’s structure when missing. It’s intended for developers who need consistent titles for validation, documentation, or code‑generation pipelines, especially when working with complex or circular schemas.