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

Use Swagger schema format to distinguish wrapper types from primitives #167

Merged
merged 4 commits into from
Jul 21, 2021

Commits on Jul 19, 2021

  1. Add imports

    Evan Relf committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    fbc7440 View commit details
    Browse the repository at this point in the history
  2. Override ToSchema instances for wrapped types

    Evan Relf committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    aee4230 View commit details
    Browse the repository at this point in the history
  3. Fix conflicting Maybe ByteString instances

    Removing `Optional` in [#165][pr165] enables this change.
    
    [pr165]: #165
    Evan Relf committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    d4ab3e9 View commit details
    Browse the repository at this point in the history
  4. Guard modified Swagger schema format behind flag

    Evan Relf committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5fd0f06 View commit details
    Browse the repository at this point in the history