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
With the OpenAPI PSR7 validator this will invalidate that 2 schemas are matched unless I provided a custom format validator (as written in the documentation https://github.com/thephpleague/openapi-psr7-validator#custom-type-formats). Shouldn't this be ignored if no custom type format is provided? Or maybe some warning/configurable setting?
The text was updated successfully, but these errors were encountered:
Imagine an OpenAPI schema with a oneOf linking to 2 string definitions and a custom format:
With the OpenAPI PSR7 validator this will invalidate that 2 schemas are matched unless I provided a custom format validator (as written in the documentation https://github.com/thephpleague/openapi-psr7-validator#custom-type-formats). Shouldn't this be ignored if no custom type format is provided? Or maybe some warning/configurable setting?
The text was updated successfully, but these errors were encountered: