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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [TableBundleSchema](./schema.tablebundleschema.md)

## TableBundleSchema interface

A table bundle encapsulates table-specific resources into a single resource with a prescribed workflow.

A tablebundle requires a `source` entry with rel="input" for the source table. A tablebundle may also include `source` entries with rel="codebook" and rel="workflow" for interpretation and processing of the source data table.

<b>Signature:</b>

```typescript
export interface TableBundleSchema extends ResourceSchema 
```
<b>Extends:</b> [ResourceSchema](./schema.resourceschema.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [profile](./schema.tablebundleschema.profile.md) |  | [KnownProfile.TableBundle](./schema.knownprofile.md) |  |

