Error 1: [Code 55] JSON_SCHEMA_VALIDATION_ERROR for BackgroundSuppression should be boolean

Hello, I’m getting an error for BIDS validation:

And this is the respective line in the json file:

“BackgroundSuppression”: “false”,

Any ideas on why I’m seeing this error? Thank you.

"false" is a string. Remove the quotes and you’ll have the boolean value.

Excellent, this did the trick. Thank you.