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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DataPackageSchema](./schema.datapackageschema.md) &gt; [resources](./schema.datapackageschema.resources.md)

## DataPackageSchema.resources property

List of Resources that make up the data package. May also be a list of raw strings which are paths to Resource files in the bundle.

<b>Signature:</b>

```typescript
resources: (string | ResourceSchema)[];
```
