You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/lib_getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Below are the names of checks provided by the library. These both describe the t
53
53
-`tolerance`: the keys must match and the values can differ according to the 'tolerance' value provided
54
54
-`parameter_match`: a reference key and value is provided and its presence (or absence) is checked in the provided object
55
55
-`regex`: a reference regex pattern is provided and is used to find a match in the provided object
56
-
-`operator`: similar to parameter match, but the reference includes several different possible operators: 'in', 'bool', 'string', and numerical comparison with 'int' and 'float' to check against
56
+
-`operator`: similar to parameter match, but the reference includes several different possible operators: `in`, `bool`, `string`, `list`, and numerical comparison with `int` and `float` to check against
57
57
58
58
`CheckTypes` are explained in more detail in the [architecture](architecture.md).
0 commit comments