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

feat: add discriminator tag to generate if-then schemas #1376

Merged
merged 5 commits into from Sep 6, 2022

Commits on Aug 26, 2022

  1. Added support for discriminator tag

    This tag allows for generating if-then, in favor
    of anyOf clauses.
    daanboer committed Aug 26, 2022
    Copy the full SHA
    167ddf4 View commit details
    Browse the repository at this point in the history
  2. Added test

    daanboer committed Aug 26, 2022
    Copy the full SHA
    1dd156e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d83c797 View commit details
    Browse the repository at this point in the history
  4. Fixed linting errors

    daanboer committed Aug 26, 2022
    Copy the full SHA
    28f6494 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Cleanup

    Removed incorrect FIXME.
    Removed unreachable code.
    daanboer committed Sep 5, 2022
    Copy the full SHA
    eaec70a View commit details
    Browse the repository at this point in the history