You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we add recommended_fields to the json schema language? Or call validation multiple times swapping out required entry in json schema between required_fields and recomended_fields and adjust severity accordingly.
The text was updated successfully, but these errors were encountered:
effigies
transferred this issue from bids-standard/legacy-validator
Nov 4, 2024
Or call validation multiple times swapping out required entry in json schema between required_fields and recomended_fields and adjust severity accordingly.
I vote for this approach. I think you only need two passes, since the first one will catch required fields at any level. You might need to drop additionalProperties for the second pass, but I haven't thought that all the way through.
example:
schema.metadata.StimulusPresentation
Do we add recommended_fields to the json schema language? Or call validation multiple times swapping out
required
entry in json schema between required_fields and recomended_fields and adjust severity accordingly.The text was updated successfully, but these errors were encountered: