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 isfalseby default!
Coercion
Coercion is disabled for array.