We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the openapi schemas contain descriptions, it would be good for these to be copied into the Rust as #[doc="..."], or at least as Doc comments
descriptions
#[doc="..."]
The text was updated successfully, but these errors were encountered:
feat: model and property descrptions #34
f8a1d76
To add proper multiline description i think schema-tools can't replace \n with spaces:
schema-tools
\n
https://github.com/kstasik/schema-tools/blob/master/src/codegen/jsonschema/mod.rs#L414
But it may be done in a separate ticket if someone needs it.
Sorry, something went wrong.
No branches or pull requests
If the openapi schemas contain
descriptions
, it would be good for these to be copied into the Rust as#[doc="..."]
, or at least as Doc commentsThe text was updated successfully, but these errors were encountered: