IntegerValidator
A validator specifying the constraints on an integer node.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ IntegerValidator } |
The name of the type. | Entity |
exclusiveMaximum | stencila:exclusiveMaximum | number |
The exclusive upper limit for a numeric node. | NumberValidator |
exclusiveMinimum | stencila:exclusiveMinimum | number |
The exclusive lower limit for a numeric node. | NumberValidator |
id | schema:id | string |
The identifier for this item. | Entity |
maximum | stencila:maximum | number |
The inclusive upper limit for a numeric node. | NumberValidator |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
minimum | stencila:minimum | number |
The inclusive lower limit for a numeric node. | NumberValidator |
multipleOf | stencila:multipleOf | number |
A number that a numeric node must be a multiple of. | NumberValidator |
Parent: NumberValidator
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from IntegerValidator.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏