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
OpenAPI IP addresses should be supported as a format (in poem-openapi as a type).
OpenAPI does not make reference to them in the specification but they seem to be supported. See swagger-api/swagger-ui#5033 for support on this point.
I recommend adding type support for Ipv4Addr as it is an existing struct.
The text was updated successfully, but these errors were encountered:
It's easy, do it like below, would you like to open a PR to help me with this? 🙂
https://github.com/poem-web/poem/blob/master/poem-openapi/src/types/external/uuid.rs
Sorry, something went wrong.
I tried it, mostly just replaced anywhere it says uuid. Not sure if I did it right.
Successfully merging a pull request may close this issue.
OpenAPI IP addresses should be supported as a format (in poem-openapi as a type).
OpenAPI does not make reference to them in the specification but they seem to be supported.
See swagger-api/swagger-ui#5033 for support on this point.
I recommend adding type support for Ipv4Addr as it is an existing struct.
The text was updated successfully, but these errors were encountered: