<!-- 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; [required](./schema.constraints.required.md)

## Constraints.required property

Indicates that this field is required (not nullable).

<b>Signature:</b>

```typescript
required?: boolean;
```
