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