Skip to content

Commit

Permalink
processID is optional
Browse files Browse the repository at this point in the history
From https://docs.ogc.org/DRAFTS/18-062.html#_parameter_processid we have the following:

> If the server supports this conformance class, the optional processID property in the statusInfo.yaml schema SHALL be mandatory. 

In case the server does not support this conformance class, then the processID become optional. So, generally it is optional.

Thanks a lot to @pvretano for clarification.
  • Loading branch information
gfenoy authored Nov 4, 2021
1 parent 304b0e4 commit fb567f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/openapi/schemas/statusInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ type: object
required:
- jobID
- status
- processID
- type
properties:
processID:
Expand Down

0 comments on commit fb567f5

Please sign in to comment.