Readonly
fields: Field[]The fields which describe the data model columns.
Primary key fields are rendered as row header columns.
Optional
Readonly
missingThe values to treat as "missing" data.
Missing values are automatically converted to null
.
Optional
Readonly
primaryThe field names which act as primary keys.
Primary key fields are rendered as row header columns.
Generated using TypeDoc
An object when specifies the schema for a data model.
Notes
This is based on the JSON Table Schema specification: https://specs.frictionlessdata.io/table-schema/