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
Enum fields like allow_reserved in ParameterValue is not following the serde rename:
allow_reserved
ParameterValue
okapi/okapi/src/openapi3.rs
Lines 276 to 298 in d3bc658
It needs rename_all_fields specified to work on the enum fields: https://serde.rs/container-attrs.html
rename_all_fields
This causes it to fail OpenAPI spec validation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enum fields like
allow_reserved
inParameterValue
is not following the serde rename:okapi/okapi/src/openapi3.rs
Lines 276 to 298 in d3bc658
It needs
rename_all_fields
specified to work on the enum fields: https://serde.rs/container-attrs.htmlThis causes it to fail OpenAPI spec validation
The text was updated successfully, but these errors were encountered: