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

Avoid inlining schemas in internally-tagged enum newtype variants #355

Merged
merged 2 commits into from
Nov 25, 2024

Commits on Nov 24, 2024

  1. Avoid inlining schemas in internally-tagged enum newtype variants

    Schemas are still inlined in some cases, e.g. when the inner type has `deny_unknown_fields`, because then `$ref` would cause an unsatisfiable schema due to the variant tag not being allowed
    GREsau committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    0efcaf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update changelog

    GREsau committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f36a581 View commit details
    Browse the repository at this point in the history