Skip to content

Commit

Permalink
Merge pull request #333 from guidorice/fix/subscriber-successUri
Browse files Browse the repository at this point in the history
Fix successUrl -> successUri.
  • Loading branch information
pvretano authored Jul 17, 2023
2 parents 24e0e17 + 950dd8d commit 364dd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/ogcapi-processes.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/processes-core/subscriber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
is not listed in the conformance declaration under `/conformance`.
type: object
required:
- successUrl
- successUri
properties:
successUri:
type: string
Expand Down

0 comments on commit 364dd81

Please sign in to comment.