Description Usage Arguments Value See Also
A validator specifying constraints on an array node.
1 2 3 4 5 6 7 8 9 | ArrayValidator(
contains,
id,
itemsValidator,
maxItems,
meta,
minItems,
uniqueItems
)
|
contains |
An array node is valid if at least one of its items is valid against the |
id |
The identifier for this item. |
itemsValidator |
Another validator node specifying the constraints on all items in the array. |
maxItems |
An array node is valid if its size is less than, or equal to, this value. |
meta |
Metadata associated with this item. |
minItems |
An array node is valid if its size is greater than, or equal to, this value. |
uniqueItems |
A flag to indicate that each value in the array should be unique. |
A list
of class ArrayValidator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.