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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [FieldMetadata](./schema.fieldmetadata.md) &gt; [minimum](./schema.fieldmetadata.minimum.md)

## FieldMetadata.minimum property

Min value. Note that this can be specified rather than computed, in which case it defines valid boundaries for the data values.

<b>Signature:</b>

```typescript
minimum?: number;
```
