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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The [default configuration](config.default.json) contains some base formats. To
60
60
61
61
-`title` (title of the webservice) is set to "Validation Service" by default.
62
62
-`port` (numeric port to run the webservice) is set to 7007 by default.
63
-
-`stage` (stage directory for data files at the server) is set to `false` (disabled) by default.
63
+
-`files` (stage directory for data files at the server) is set to `false` (disabled) by default.
64
64
-`reports` (reports directory to store reports in) is set to `false` (disabled) by default.
65
65
-`downloads` (cache directory for data retrieved via URL) is set to `false` (disabled) by default.
66
66
@@ -105,7 +105,7 @@ Validate data against an application profile and return a list of errors in [Dat
105
105
106
106
-`data` as string
107
107
-`url` to be downloaded from an URL (if the service is configured with `downloads` directory)
108
-
-`file` to be read from a local file in the stage directory of the server (if the service is configured with `stage` directory)
108
+
-`file` to be read from a local file in the stage directory of the server (if the service is configured with `files` directory)
109
109
110
110
Status code is always 200 if validation could be executed, no matter whether errors have been found or not. For example validating the string `[1,2` at default profile `json` results in the following validation response. The error position (after the fourth character on line 1) is referenced with multiple dimensions. Dimension values are always strings.
0 commit comments