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

## ResourceSchema.path property

URI-compliant path to the resource (local or remote). If array-valued, this points to a list of files that comprise the dataset (e.g., for splitting very large tables). URI-compliant path to the referenced resource (local or remote).

<b>Signature:</b>

```typescript
path?: string | string[];
```
