schema

IntegerValidator

A validator specifying the constraints on an integer node.

Properties

Name @id Type Description Inherited from
id schema:id string The identifier for this item. Entity
meta stencila:meta object Metadata associated with this item. Entity

Notes

  1. 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.

Available as

Source

This documentation was generated from IntegerValidator.schema.yaml.