I want to set my parameter to bool type, but how do I pass the parameter using json, or not use json?

Hi @kelen,

The schema uses the regular JSON representation for bools. I.e. true or false.

So your parameter files could look like this:

true-parameter.json:

true

false-parameter.json:

false

Best regards, Kasper