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: doc/files/JSON-CONFIG-PROCESSOR.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
@@ -19,7 +19,7 @@ Finally, on a side note, the process validates the properties of a dictionary in
19
19
20
20
Now we would explain what you can do when using custom processes:
21
21
- You can access the property to call its methods, using the 'get_property' method.
22
-
- You can raise custom errors and warnings, using the 'add_error' and 'add_warning' metho.
22
+
- You can raise custom errors and warnings, using the 'add_error' and 'add_warning' methods.
23
23
- You can modify the output of a certain property, but only while postprocessing.
24
24
- You can set global variables that can be accessed or modify at any point of the validation process, using the 'set_variable', 'has_variable' and 'get_variable' methods.
0 commit comments