You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to validate that no extra query parameters other than the ones defined in the spec are sent? I've been looking at the docs and through the source code and haven't found anything.
The OpenAPI spec has no property to specify this but maybe it'd be interesting to have it as an option in the library.
Is there any way to validate that no extra query parameters other than the ones defined in the spec are sent? I've been looking at the docs and through the source code and haven't found anything.
The OpenAPI spec has no property to specify this but maybe it'd be interesting to have it as an option in the library.
Example of other libraries that support it: https://cdimascio.github.io/express-openapi-validator-documentation/faq/#q-i-can-disallow-unknown-query-parameters-with-allowunknownqueryparameters-false-how-can-disallow-unknown-body-parameters
The text was updated successfully, but these errors were encountered: