inab / benchmarking-data-model

OpenEBench Benchmarking Data Model repository
Creative Commons Attribution Share Alike 4.0 International
2 stars 7 forks source link

Update CAMEO prototype data to schema 1.0.x #119

Closed xrobin closed 3 years ago

xrobin commented 3 years ago

This is my attempt to update the CAMEO prototype data to the schema version 1.0.x.

The update was pretty smooth overall. I just have a few points where I'm not entirely sure I did the right thing:

Let me know if anything is incorrect!

jmfernandez commented 3 years ago

I have been using the improved version of the validator, and it has complained about a couple of issues, related to date-time format. When timestamp contains the time zone, the validation is quite strict, so next value is correct

2013-07-05T00:00:00.000+00:00

but not this

2013-07-05T00:00:00.000+0000

jmfernandez commented 3 years ago

So, it is only fixing the dates in CAMEO/Tools/CAMEO_3D_11.json and CAMEO/Tools/CAMEO_3D_20.json