Schema validator - Any
The Any validator allows any value (except undefined
unless opt
is set to true
), regardless of type.
Options
Optional
{ opt: true }
Make this validator accept undefined as a value.
The Any validator allows any value (except undefined
unless opt
is set to true
), regardless of type.
{ opt: true }
Make this validator accept undefined as a value.