Boolean

Data Type.

A data type of which the value can be either true or false.

Examples:

{
    "hidden": true
}

A hidden boolean set to true, which would hide the power from places it would otherwise be visible in.

{
    "inverted": true
}

An inverted boolean set to true, which would invert the condition it's in.