Currently we have SwaggerValidatorInterface::validate which throws exception when validation was not pass and void return when validation has been passed.
Wold be better to change this interface according to add bool return type.
This will BREAK COMPATIBILITY
Currently we have
SwaggerValidatorInterface::validatewhich throws exception when validation was not pass and void return when validation has been passed.Wold be better to change this interface according to add bool return type.
This will BREAK COMPATIBILITY