json-schema-tools
@json-schema-tools
0
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
9 Skillsacross 1 category@json-schema-tools/dereferencer
belfordz
Dereference (aka parse refs) from JSON Schemas
@json-schema-tools/meta-schema
belfordz
JSON Schema Meta Schema & Generated types for typescript, rust, golang and python
@json-schema-tools/reference-resolver
belfordz
Turns a $ref into a JSONSchema
@json-schema-tools/referencer
belfordz
Get a copy of a JSON Schema where all subschemas are turned into `$ref`s with corresponding definitions section.
@json-schema-tools/semantic-release-transpiler
belfordz
Semantic release plugin to generate typings using the transpiler
@json-schema-tools/titleizer
belfordz
Generate deterministic titles for json schemas (AKA ensureAllSchemasHaveTitles)
@json-schema-tools/transpiler
belfordz
Turn your json schema into typings for various languages. Achieve master class dev tooling.
@json-schema-tools/traverse
belfordz
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.
@json-schema-tools/validator
belfordz
JSON Schema validator. Simple, fast, handles circular references.