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
I know that OpenApi 2 doesn't support nullable values.
Is there a way to selectively disable type checking in swagger-express-mw ? Perhaps with sime x-??? tag ?
The text was updated successfully, but these errors were encountered:
@aprixon01112017 For possible nullable values I'm using type: [string, "null"] - Swagger 2.0
type: [string, "null"]
Sorry, something went wrong.
No branches or pull requests
I know that OpenApi 2 doesn't support nullable values.
Is there a way to selectively disable type checking in swagger-express-mw ? Perhaps with sime x-??? tag ?
The text was updated successfully, but these errors were encountered: