Support some form of strict for the logic of parsing query parameters.
maybe make strict an actual query parameter itself to toggle the functionality.
handled on the backend (but not a default) that ensures all query parameters passed to the service actually map up to the API spec.
Could do a catchall and whitelist. validator may also natively support a catchall or some form of strictness configuration.
Could use libopenapi-validator during runtime, but it has request overhead and requires a bunch of additional dependencies (which we are already referencing ogen).
Support some form of
strict
for the logic of parsing query parameters.strict
an actual query parameter itself to toggle the functionality.ogen
).