Slider data type fields in the Redcap's exported data dictionary is not being parsed by the tool. This creates an invalid json, with the following errors in the resulting report:
{ "valid": false, "errors": [ { "json_path": "$[119].constraints.maximum", "message": "100.0 is not valid under any of the given schemas" }, { "json_path": "$[119].constraints.minimum", "message": "0.0 is not valid under any of the given schemas" }, ...
An example redcap export file: https://github.com/uc-cdis/heal-data-dictionaries/blob/main/data-dictionaries/HDP00253_SPRINT/input/sprint_2020-12-16.csv
I have seen this in a few other redcap exports as well.
Slider data type fields in the Redcap's exported data dictionary is not being parsed by the tool. This creates an invalid json, with the following errors in the resulting report:
{ "valid": false, "errors": [ { "json_path": "$[119].constraints.maximum", "message": "100.0 is not valid under any of the given schemas" }, { "json_path": "$[119].constraints.minimum", "message": "0.0 is not valid under any of the given schemas" }, ...An example redcap export file: https://github.com/uc-cdis/heal-data-dictionaries/blob/main/data-dictionaries/HDP00253_SPRINT/input/sprint_2020-12-16.csv
I have seen this in a few other redcap exports as well.