Open muraaano opened 1 year ago
On a request, request format can be validated by Committee::Middleware::RequestValidation. But enums definition looks like not be validated by that.
Committee::Middleware::RequestValidation
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:
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: