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: extensions/processing-parameters/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ additionalProperties:
36
36
description: Any type
37
37
```
38
38
39
-
The keys of the object are the respecive parameter names.
40
-
The values of the object are the (default) values for the parameters.
39
+
The keys of the object are the respective parameter names.
40
+
The values of the object are the default values for the parameters.
41
41
Schematic restrictions are not defined for the object, but the schemas for the parameters as defined in `GET /processing_options` apply to the given values.
42
42
These values provide the defaults unless a user overrides them in the actual data processing request (e.g. `POST /jobs`, see below).
0 commit comments