On a request, request format can be validated by Committee::Middleware::RequestValidation.
But enums definition looks like not be validated by that.
I think it is useful to be validated because application code have not implement it like duplication.
Can we do that with some option ?
I checked enums mismatch on request won't raise exception with:
- Ruby 3.2.2
- Committee 5.0.0