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
Hi, I'm using the Actix plugin to generete OpenAPI V3 doc. but it seems like i can't add custom properties to the doc.
I'd like to add any OpenAPI v3 Extensions like bellow:
#[openapi(x_my_property=3)] pub some_property: Option<i32>,
I‘m a newbie to rust, but i’d like to try to contrubite this featrue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using the Actix plugin to generete OpenAPI V3 doc. but it seems like i can't add custom properties to the doc.
I'd like to add any OpenAPI v3 Extensions like bellow:
I‘m a newbie to rust, but i’d like to try to contrubite this featrue.
The text was updated successfully, but these errors were encountered: