Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 1.03 KB

File metadata and controls

22 lines (14 loc) · 1.03 KB

Home > @datashaper/schema > CodebookSchema

CodebookSchema interface

This contains all of the field-level details for interpreting a dataset, including data types, mapping, and metadata. Note that with persisted metadata and field examples, a dataset can often be visualized and described to the user without actually loading the source file. resource profile: 'codebook'

Signature:

export interface CodebookSchema extends ResourceSchema 

Extends: ResourceSchema

Properties

Property Modifiers Type Description
fields Field[] The per-field encodings. These contain interpretive information about the data.
profile KnownProfile.Codebook