<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Constraints](./schema.constraints.md) &gt; [minLength](./schema.constraints.minlength.md)

## Constraints.minLength property

For strings or arrays, this is the minimum allowed length of values.

<b>Signature:</b>

```typescript
minLength?: number;
```
