You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and create an OpenAPI spec validator service. This allows to decouple from justinrainbow/json-schema and ensure that the validate() method actually throws OpenApiValidationException validation errors not just set states in an object that we have to transform to exceptions.
It should be the instance of the new module specific RuntimeException.
and create an OpenAPI spec validator service. This allows to decouple from
justinrainbow/json-schemaand ensure that thevalidate()method actually throwsOpenApiValidationExceptionvalidation errors not just set states in an object that we have to transform to exceptions.