json-schema-tools

Crates.iojson-schema-tools
lib.rsjson-schema-tools
version0.1.0
sourcesrc
created_at2023-09-18 06:01:49.832938
updated_at2023-09-18 06:01:49.832938
descriptionJSON Schema code generation tools for Rust
homepagehttps://github.com/travisbrown/json-schema-tools
repositoryhttps://github.com/travisbrown/json-schema-tools
max_upload_size
id975588
size31,050
Travis Brown (travisbrown)

documentation

README

JSON Schema tools

Rust build status

This project includes a small Rust library and command-line tool that do two things with JSON Schema documents:

  • Lint them.
  • Combine a collection of schemas linked via schema references into a single schema suitable for use with e.g. Typify.

In both cases only a small subset of schemas are supported (the ones I need for my own use cases).

License

This software is published under the Anti-Capitalist Software License (v. 1.4).

Commit count: 4

cargo fmt