Closed ahx closed 10 months ago
Related to this topic: Since 1.0 (beta 5) you can create your custom error response by subclassing including OpenapiFirst::ErrorResponse and configure request validation.
https://github.com/ahx/openapi_first/pull/204 makes application/problem+json the default. Still figuring out the details of "errors" before releasing this in 1.0, but it is solved.
https://tools.ietf.org/html/rfc7807
Related to https://github.com/ahx/openapi_first/issues/39