TupleValidator {stencilaschema} | R Documentation |
A validator specifying constraints on an array of heterogeneous items.
Description
A validator specifying constraints on an array of heterogeneous items.
Usage
TupleValidator(id, items, meta)
Arguments
id |
The identifier for this item. |
items |
An array of validators specifying the constraints on each successive item in the array. |
meta |
Metadata associated with this item. |
Value
A list
of class TupleValidator
See Also
[Package stencilaschema version 1.0.0 Index]