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

Support OpenAPI v3 Extensions in Actix plugin #445

Open
RolandMa1986 opened this issue Jul 5, 2022 · 0 comments
Open

Support OpenAPI v3 Extensions in Actix plugin #445

RolandMa1986 opened this issue Jul 5, 2022 · 0 comments

Comments

@RolandMa1986
Copy link

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.

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

No branches or pull requests

2 participants