OAS 3 Inheritance(allOf) and examples #2018
Unanswered
ArtemenkoAndrii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I've just started to dig this beautiful framework and stuck with "allOf" implementation.
I have a base type Animal and inherited type "Dog" with its own "example" property.
When I started the Prism my expectation was that the base type example will be overridden for inheritor type, but it didn't happen.
Is there a way how to achieve this please?
Cheers,
Andrii
Beta Was this translation helpful? Give feedback.
All reactions