schema.tablebundleschema.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > TableBundleSchema
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.
Signature:
export interface TableBundleSchema extends ResourceSchema
Extends: ResourceSchema
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| profile | KnownProfile.TableBundle |