You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The discriminator support in the inheritance chain stops when getting to a child without a discriminator (a leaf in the inheritance tree), meaning a child without a discriminator cannot point to another child with a discriminator.
Is the implication of this that the provided discriminator-on-child example will not work under OpenAPI 3?
The text was updated successfully, but these errors were encountered:
Thanks. I didn't understand what that meant until I came across the problem myself. It's annoying to discover this limitation only after investing several days of effort into it.
I'm going to leave this open a bit longer in the hope that it will encourage me to submit a PR that clarifies the wording.
Is the implication of this that the provided discriminator-on-child example will not work under OpenAPI 3?
The text was updated successfully, but these errors were encountered: