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

Complex schema message branches #162

Closed charjr closed 8 months ago

charjr commented 8 months ago

close #135

subschemas within AnyOf|AllOf|OneOf will have the sub-schema's title if available or fallback to 'Branch 1', 'Branch 2' etc.

Refactors all complex schemas to use same method.

Adds a conditional check for empty complex schemas which are technically valid but completely pointless.