The boolean type matches only two special values:
trueandfalse. Note that values that evaluate totrueorfalse, such as 1 and 0, are not accepted by the schema.
The following schema describes a boolean.
type: boolean
description: True if it is active
example: trueThe following image shows the boolean schema.

- SchemaProperties
const SchemaProperties: NodeType = {
properties: {},
additionalProperties: 'Schema',
};