Hilzu / express-openapi-validate

Express middleware to validate requests based on an OpenAPI 3 document
Apache License 2.0
75 stars 12 forks source link

Validating Swagger which uses `discriminator` #39

Closed DavidFaizulaev closed 3 years ago

DavidFaizulaev commented 5 years ago

Hello,

Are there any plans to introduce support for discriminators in the package?

Hilzu commented 5 years ago

Not right now. Discriminators are a pretty complex feature and there's lots of easier stuff that would bring value still to be implemented.