From fb567f516a055ddc887aec4bd54ca30d5e8d3bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Fenoy?= Date: Thu, 4 Nov 2021 14:03:07 +0100 Subject: [PATCH] processID is optional 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. --- core/openapi/schemas/statusInfo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/openapi/schemas/statusInfo.yaml b/core/openapi/schemas/statusInfo.yaml index 4e113683..0649d310 100644 --- a/core/openapi/schemas/statusInfo.yaml +++ b/core/openapi/schemas/statusInfo.yaml @@ -2,7 +2,6 @@ type: object required: - jobID - status - - processID - type properties: processID: