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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [ResourceSchema](./schema.resourceschema.md) &gt; [rel](./schema.resourceschema.rel.md)

## ResourceSchema.rel property

The relationship of this resource to the parent resource.

Note: If the resource is a profile-free reference object (e.g. { "rel": "input", "path": "path/to/datatable.json" }<!-- -->,

Then the relationship is \_external\_ the target resource and should not be persisted in the object )

<b>Signature:</b>

```typescript
rel?: Rel | string;
```
