Array
Defines an array schema.
Parameters
schema
: Schema
Example
const arraySchema = Config.array(Config.string()); // stirng[]
Caution: Inner schema is alwayas
required
!
Caution: Inner schema coercion isfalse
by default!
Coercion
Coercion is disabled for array.