Hi @kelen,
The schema uses the regular JSON representation for bools. I.e. true or false.
bool
true
false
So your parameter files could look like this:
true-parameter.json:
true-parameter.json
false-parameter.json:
false-parameter.json
Best regards, Kasper