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

A field in more than one option in a one of duplicates messages #135

Closed carnage closed 8 months ago

carnage commented 1 year ago

If we have a field in more than one part of a one of, the error message is duplicated.

Might be tricky to resolve as a field name in one branch might have different validation rules to another branch.

Might need to consider how error messages are handled entirely for oneOf/anyOf validations; ideally there would be some indication as to which branch of the oneOF/anyOf the message relates to.