{
"title": "functions.expression.BooleanInputSchema",
"description": "Schema for a boolean input.",
"type": "object",
"properties": {
"description": {
"description": "Human-readable description of the boolean.",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"omitempty": true
},
"type": {
"$ref": "functions.expression.BooleanInputSchemaType"
}
}
}