aboutsummaryrefslogtreecommitdiff
path: root/app/utils/dataset_schema.json
AgeCommit message (Collapse)AuthorFilesLines
2019-09-25Update schema to always include time indexGertjan van den Burg1-2/+13
2019-09-11Schema update: ensure simple namesGertjan van den Burg1-1/+1
2019-09-11Schema update: don't allow empty property valuesGertjan van den Burg1-2/+2
2019-09-11Schema update: add longname propertyGertjan van den Burg1-0/+7
2019-06-10Remove type from time values and force it to be stringGertjan van den Burg1-8/+1
2019-06-10Validate data according to a schemaGertjan van den Burg1-0/+130
It became clear that a formal schema would make it easier to validate data. This is now added and the code is updated to work with this schema.