Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
json-schema-tools

json-schema-tools/titleizer

Generate deterministic titles for json schemas (AKA ensureAllSchemasHaveTitles)

TypeScript
0
0
Apache License 2.0
BelfordZ's profile
BelfordZ
72 contributions
dependabot[bot]'s profile
dependabot[bot]
61 contributions
dependabot-preview[bot]'s profile
dependabot-preview[bot]
16 contributions
semantic-release-bot's profile
semantic-release-bot
10 contributions

Support the dependencies of json-schema-tools/titleizer

Account's avatar
json-schema-tools/traverse
This package exports a method that will traverse a JSON-Schema, calling a mutation function for each sub schema found. It is useful for building tools to work with JSON Schemas.
Account's avatar
json-schema-tools/meta-schema
JSON Schema Meta Schema & Generated types for typescript, rust, golang and python
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
TypeStrong/TypeDoc
Create api documentation for TypeScript projects.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

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.