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: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,12 +116,13 @@ applies. Note that plugin JAR files need to be built as "all-in-one" JARs.
116
116
117
117
The JSON validator calls plugins in sequence passing in the following input:
118
118
119
-
| Input name | Type | Description |
120
-
| --- | --- | --- |
121
-
|`contentToValidate`|`String`| The absolute and full path to the input provided to the validator. |
122
-
|`domain`|`String`| The validation domain relevant to the specific validation call. |
123
-
|`validationType`|`String`| The validation type of the domain that is selected for the specific validation call. |
124
-
|`tempFolder`|`String`| The absolute and full path to a temporary folder for plugins. This will be automatically deleted after all plugins complete validation. |
|`contentToValidate`|`String`| The absolute and full path to the input provided to the validator. |
122
+
|`domain`|`String`| The validation domain relevant to the specific validation call. |
123
+
|`validationType`|`String`| The validation type of the domain that is selected for the specific validation call. |
124
+
|`tempFolder`|`String`| The absolute and full path to a temporary folder for plugins. This will be automatically deleted after all plugins complete validation. |
125
+
|`locale`|`String`| The locale (language code) to use for reporting of results (e.g. "fr", "fr_FR"). |
0 commit comments