membrane-php / membrane-core

Membrane is a general purpose input validation library, supports both PHP Attributes and OpenAPI specifications
Other
1 stars 2 forks source link

There is no validation message returned when a payload matches multiple branches of a oneOf #136

Closed carnage closed 8 months ago

carnage commented 1 year ago

A payload matching multiple branches of a oneOf is considered invalid by membrane and returns an invalid result; however there is no message relating to the error so it is hard to debug the issue.