Checks the existance of data.
Optional
data: unknownChecks whether the number of elements in an array is equal to query
.
Optional
value: unknown[]Optional
query: unknownOptional
data: unknownChecks whether value
is less than or equal to (i.e. <=) the query
.
Optional
data: unknownChecks whether value
is greater than or equal to (i.e. >=) the query
.
Optional
data: unknownCasts an array and its child elements.
Optional
value_: unknownOptional
data: unknownChecks the equality of an array.
Optional
value: I[]Optional
query: unknown[]Optional
data: unknownParses data.
Checks the existance of data.
Optional
data: unknownChecks whether value
is greater than (i.e. >) the query
.
Optional
data: unknownChecks whether value
is greater than or equal to (i.e. >=) the query
.
Optional
data: unknownChecks whether an array contains one of elements in query
.
Optional
value: unknown[]Optional
query: unknown[]Optional
data: unknownChecks whether value
is less than (i.e. <) the query
.
Optional
data: unknownChecks whether value
is less than or equal to (i.e. <=) the query
.
Optional
data: unknownChecks the equality of data. Returns true if the value doesn't match.
Optional
data: unknownChecks whether the number of elements in an array is equal to query
.
Optional
value: unknown[]Optional
query: unknownOptional
data: unknownRenames a field.
Validates an array and its child elements.
Optional
value_: unknownOptional
data: unknownTransforms data.
Optional
data: unknownTransforms data.
Array schema type.