and .json contains some ad-hoc Range thus trying to change default "Levels" assigned to that column.
❯ jq .handedness < fnirs_automaticity/participants.json
{
"Description": "handedness of the participant as a score on the Dutch Handedness Questionnaire",
"TermURL": "doi:1765/956",
"Range": "-10 (left) to + 10 (right)"
}
I think it is easy to resolve by providing Levels. Alternative is to extend BIDS with support for range, but that is in the future and thus not feasible as a quick fix here.
attn @sappelhoff @rob-luke @robertoostenveld who mastered the original PR as depicted in e84c122a11a4850d9b68ab4a13622e7f9754c26c
deno based validator in
435
fails with
since values there are numeric 9 and 10:
and .json contains some ad-hoc
Range
thus trying to change default "Levels" assigned to that column.I think it is easy to resolve by providing Levels. Alternative is to extend BIDS with support for range, but that is in the future and thus not feasible as a quick fix here.
attn @sappelhoff @rob-luke @robertoostenveld who mastered the original PR as depicted in e84c122a11a4850d9b68ab4a13622e7f9754c26c