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.