# `Milvex.Collection.Verifiers.ValidateArrayConfig`

Verifies that array fields have valid configuration.

Array fields must have:
- A valid element_type
- A positive max_capacity
- max_length if element_type is :varchar
- struct_schema if element_type is :struct

---

*Consult [api-reference.md](api-reference.md) for complete listing*
