From 950dd8de19355d5baa5da01dab3e780847df184c Mon Sep 17 00:00:00 2001 From: Alex G Rice Date: Thu, 13 Jul 2023 12:41:44 -0600 Subject: [PATCH] Fix successUrl -> successUri. --- openapi/ogcapi-processes.bundled.json | 2 +- openapi/schemas/processes-core/subscriber.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/ogcapi-processes.bundled.json b/openapi/ogcapi-processes.bundled.json index 15bcec29..bc92d8e7 100644 --- a/openapi/ogcapi-processes.bundled.json +++ b/openapi/ogcapi-processes.bundled.json @@ -1845,7 +1845,7 @@ "description": "Optional URIs for callbacks for this job.\n\nSupport for this parameter is not required and the parameter may be\nremoved from the API definition, if conformance class **'callback'**\nis not listed in the conformance declaration under `/conformance`.", "type": "object", "required": [ - "successUrl" + "successUri" ], "properties": { "successUri": { diff --git a/openapi/schemas/processes-core/subscriber.yaml b/openapi/schemas/processes-core/subscriber.yaml index 8ed3bb3a..716b6f91 100644 --- a/openapi/schemas/processes-core/subscriber.yaml +++ b/openapi/schemas/processes-core/subscriber.yaml @@ -6,7 +6,7 @@ description: |- is not listed in the conformance declaration under `/conformance`. type: object required: - - successUrl + - successUri properties: successUri: type: string