NumberValidator: A validator specifying the constraints on a numeric node.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A validator specifying the constraints on a numeric node.

Usage

1
2
3
4
5
6
7
8
9
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

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.