Interface SchemaArrayType
Properties
items?: SchemaTypetype SchemaTypecompiler/SchemaType | Arrayexternal Array<SchemaTypetype SchemaTypecompiler/SchemaType>
errors?: DefaultErrorsinterface DefaultErrorscompiler/DefaultErrors & {
minLen?: (() => ValidationErrortype ValidationErrorcompiler/ValidationError) | string,
maxLen?: (() => ValidationErrortype ValidationErrorcompiler/ValidationError) | string,
validator?: (() => ValidationErrortype ValidationErrorcompiler/ValidationError) | string
}maxLen?: (() => ValidationErrortype ValidationErrorcompiler/ValidationError) | string,
validator?: (() => ValidationErrortype ValidationErrorcompiler/ValidationError) | string