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

Support "unevaluatedItems" #126

Open charjr opened 1 year ago

charjr commented 1 year ago

OAS 3.1 adds unevaluatedItems.

Presumably this works similarly to unevalutatedProperties but for arrays instead of objects, however the documentation has not been updated for this yet.

Useful links: unevaluatedItems unevaluatedProperties https://github.com/json-schema-org/json-schema-spec/issues/557