Home

Boolean Validator

This is a type used in Stencila Schema for validating Boolean nodes.

It adapts the JSON Schema boolean type concept to Stencila's validator system. Because booleans have no additional range or pattern constraints, this validator mainly records that the expected value kind is boolean.

See also the JSON Schema boolean validation type.

Properties

The BooleanValidator type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity

Related

The BooleanValidator type is related to these types:

Bindings

The BooleanValidator type is represented in:


This documentation was generated from BooleanValidator.yaml by docs_types.rs.

© 2026 Stencila