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/source/nonStandardExtensions/filter.rst
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,21 @@ If the implementation of a filter throws an exception this exception will be cau
27
27
28
28
If multiple filters are applied to a single property they will be executed in the order of their definition inside the JSON Schema.
29
29
30
-
If a list is used filters may include additional option parameters. In this case a single filter must be provided as an object with the key **filter** defining the filter:
30
+
Filters may include additional option parameters. In this case a single filter must be provided as an object with the key **filter** defining the filter (possible as a single filter or as a list):
0 commit comments