Each schema should have a local [`TypedParams::Configuration`](https://github.com/keygen-sh/typed_params/blob/master/lib/typed_params/configuration.rb), copied from `TypedParams.config` at time of declaration. ```ruby typed_schema :example do config.ignore_nil_optionals = false # ... end ```