Skip to content

Commit 514b35b

Browse files
committed
Options should be optional
1 parent da3ca56 commit 514b35b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,9 @@ paths:
24782478
different processing modes (synchronous processing, batch jobs, secondary web services).
24792479
24802480
The options specified here can be added to the corresponding `POST` requests
2481-
at the top-level of the object sent in the payload.
2481+
at the top-level of the object that is sent as the payload.
2482+
All options SHOULD explicitly be made optional with reasonable defaults
2483+
as otherwise the interoperability between the implementations decreases.
24822484
tags:
24832485
- Capabilities
24842486
- Data Processing

0 commit comments

Comments
 (0)