membrane-php / membrane-core

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

Support "const" keyword #120

Open charjr opened 1 year ago

charjr commented 1 year ago

OAS 3.1 adds const to Schema Objects.

const is basically a single value enum that says what the schema MUST be.

This is not currently supported.

Useful links: const