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

Add support for discriminator #32

Merged
merged 8 commits into from
May 20, 2019
Merged

Commits on May 15, 2019

  1. Add support for discriminator

    Discriminator option is supported for oneOf and anyOf. Only
    discriminator with mapping defined is supported now.
    
    Openapi docs for discriminator and mapping:
    https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/
    Ladas committed May 15, 2019
    Configuration menu
    Copy the full SHA
    c844e37 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Add basic discriminator spec

    Ladas committed May 16, 2019
    Configuration menu
    Copy the full SHA
    10e9070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5fc10c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c829c0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Comment perf of find_object

    Ladas committed May 17, 2019
    Configuration menu
    Copy the full SHA
    07d8832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648ce67 View commit details
    Browse the repository at this point in the history
  3. Fix the datetime format

    Ladas committed May 17, 2019
    Configuration menu
    Copy the full SHA
    0ac87ef View commit details
    Browse the repository at this point in the history
  4. Correct spec comment

    Ladas committed May 17, 2019
    Configuration menu
    Copy the full SHA
    3534db6 View commit details
    Browse the repository at this point in the history