俩二蛋
Results
2
comments of
俩二蛋
I encountered the same issue here. I tested it locally with `7.0.0-rc.0` using the following specifications. ``` { "openapi": "3.0.1", "components": { "schemas": { "Animal": { "required": [ "type" ],...
> You need to remove the oneOf from Animal. It is inferred by the inherited discriminator. Thank you for your reply. I have already looked for the test when I...