NumberValidator {stencilaschema} | R Documentation |
A validator specifying the constraints on a numeric node.
Description
A validator specifying the constraints on a numeric node.
Usage
NumberValidator(
exclusiveMaximum,
exclusiveMinimum,
id,
maximum,
meta,
minimum,
multipleOf
)
Arguments
exclusiveMaximum |
The exclusive upper limit for a numeric node. |
exclusiveMinimum |
The exclusive lower limit for a numeric node. |
id |
The identifier for this item. |
maximum |
The inclusive upper limit for a numeric node. |
meta |
Metadata associated with this item. |
minimum |
The inclusive lower limit for a numeric node. |
multipleOf |
A number that a numeric node must be a multiple of. |
Value
A list
of class NumberValidator
See Also
[Package stencilaschema version 1.0.0 Index]