|
|
# MIP "Frictionless data" table-schema
|
|
|
|
|
|
For describing the schema of a csv file, we use a modified version of the [Frictionless Data Table Schema](https://specs.frictionlessdata.io/table-schema/) specifications designed to be expressible in JSON. More specifically, we modified the [Field](https://specs.frictionlessdata.io/table-schema/#field-descriptors) object by adding an additional property named `MIPType`. This property can take the following values:
|
|
|
|
|
|
- text
|
|
|
- nominal
|
|
|
- numerical
|
|
|
- integer
|
|
|
- date
|
|
|
|
|
|
Those are the main Datatypes that are used in the HBP-MIP platform.
|
|
|
|
|
|
The **modified** schema of the **Table Schema** JSON object can be found [HERE](https://github.com/aueb-wim/DataQualityControlTool/blob/master/docs/mip-table-schema.json). |
|
|
\ No newline at end of file |