We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a similar issue in Swagger swagger-api/swagger-ui#2438
When using allOf with discriminator for inheritance, RapiDoc just displays the base parent Schema with no notion of the children schema.
ReDoc supports this case, they have a drop down to select the discriminator value and render the matching child Schema
Example: https://github.com/Rebilly/ReDoc/blob/main/docs%2Fimages%2Fdiscriminator-demo.gif
The text was updated successfully, but these errors were encountered:
Duplicate of #170
Sorry, something went wrong.
No branches or pull requests
There's a similar issue in Swagger
swagger-api/swagger-ui#2438
When using allOf with discriminator for inheritance, RapiDoc just displays the base parent Schema with no notion of the children schema.
ReDoc supports this case, they have a drop down to select the discriminator value and render the matching child Schema
Example: https://github.com/Rebilly/ReDoc/blob/main/docs%2Fimages%2Fdiscriminator-demo.gif
The text was updated successfully, but these errors were encountered: