Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for generating json schemas using schemars #26

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

SchutteJan
Copy link
Contributor

Adds support for generating JsonSchema for types by applying derive(JsonSchema) macro.

https://docs.rs/schemars/latest/schemars/

Hopefully the PR speaks for itself. I would like to preface that I am fairly new to the Rust language and package ecosystem, so let me know if there is anything that could be improved.

Cheers,
Jan

Adds support for generating JsonSchema for types by applying `derive(JsonSchema)` macro.
https://docs.rs/schemars/latest/schemars/
@vitaly-m vitaly-m merged commit 5f87971 into vitaly-m:master Jun 16, 2024
1 check passed
@vitaly-m
Copy link
Owner

Thank you for PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants