Home

Integer Validator

A node will be valid if it is a number with no fractional part and meets any additional constraints, such as multipleOf, specified in the validator. Analogous to the JSON Schema integer validation type.

Properties

The IntegerValidator type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity
minimumThe inclusive lower limit for a numeric node.NumberNumberValidator
exclusiveMinimumThe exclusive lower limit for a numeric node.NumberNumberValidator
maximumThe inclusive upper limit for a numeric node.NumberNumberValidator
exclusiveMaximumThe exclusive upper limit for a numeric node.NumberNumberValidator
multipleOfA number that a numeric node must be a multiple of.NumberNumberValidator

Related

The IntegerValidator type is related to these types:

Bindings

The IntegerValidator type is represented in:


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

© 2026 Stencila