While all FOCA configuration is automatically validated within FOCA, the same is currently not true for any custom configuration. Either validate the configuration in proWES (via pydantic models) or implement a mechanism that allows passing a model module to FOCA so that it can validate custom configuration as well (preferred).
While all FOCA configuration is automatically validated within FOCA, the same is currently not true for any custom configuration. Either validate the configuration in proWES (via
pydantic
models) or implement a mechanism that allows passing a model module to FOCA so that it can validate custom configuration as well (preferred).