Skip to content

Commit afee9bf

Browse files
authored
"noneOf" replaceable by compouding not-anyOf
1 parent 0acad11 commit afee9bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ Following are the available comparison rules:
126126
- ```isOfType``` - returns true if the object value matches the specified type (Ex: string, undefined, etc.).
127127
- ```anyOf``` - returns true if at least one of the comparison values matches the object key value. The comparison value needs to be an array.
128128
- ```allOf``` - returns true if all the object key value matches the comparison values. The comparison value needs to be an array.
129-
- ```noneOf``` - returns true if none of the comparison values match the object key value. The comparison value needs to be an array.
130129
- ```gt``` - returns true if the object key value is greater than the comparison value
131130
- ```gte``` - returns true if the object key value is greater than or equal to the comparison value
132131
- ```lt``` - returns true if the object key value is lesser than the comparison value

0 commit comments

Comments
 (0)