-
Notifications
You must be signed in to change notification settings - Fork 3
Files Specifications
Iosif Spartalis edited this page Oct 6, 2021
·
9 revisions
For describing the schema of a csv file, we use a modified version of the Frictionless Data Table Schema specifications designed to be expressible in JSON. More specifically, we modified the Field 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.