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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Field](./schema.field.md) &gt; [derivedFrom](./schema.field.derivedfrom.md)

## Field.derivedFrom property

Provenance hints for the source of this field. For example, categorical fields are often onehot encoded into new binary columns, this would link back to the original categorical.

<b>Signature:</b>

```typescript
derivedFrom?: string[];
```
