Skip to content

Commit

Permalink
Merge branch 'opengeospatial:master' into proposal-part4-initial
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy authored Sep 30, 2024
2 parents 06656a8 + 3914c8a commit 05209d9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
50 changes: 25 additions & 25 deletions openapi/ogcapi-processes.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3877,7 +3877,7 @@
},
"204": {
"$ref": "#/components/responses/EmptyResponse"
}
},
"303": {
"description": "For _Collection Output_ execution, redirection to an OGC API landing page or collection.",
"headers": {
Expand Down Expand Up @@ -4820,17 +4820,17 @@
"enum": [
"http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"http://www.opengis.net/def/crs/OGC/0/CRS84h"
]
],
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
},
{
"type": "string",
"format": "uri"
"format": "uri",
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
],
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
]
}
},
"additionalProperties": false
}
},
"descriptionType": {
"type": "object",
Expand Down Expand Up @@ -4920,19 +4920,8 @@
"schema"
],
"properties": {
"valuePassing": {
"type": "array",
"items": {
"type": "string",
"enum": [
"byValue",
"byReference"
]
},
"default": [
"byValue",
"byReference"
]
"schema": {
"$ref": "#/components/schemas/schema"
},
"minOccurs": {
"type": "integer",
Expand All @@ -4952,8 +4941,19 @@
}
]
},
"schema": {
"$ref": "#/components/schemas/schema"
"valuePassing": {
"type": "array",
"items": {
"type": "string",
"enum": [
"byValue",
"byReference"
]
},
"default": [
"byValue",
"byReference"
]
}
}
}
Expand Down Expand Up @@ -6309,6 +6309,9 @@
}
}
},
"EmptyResponse": {
"description": "successful operation (no response body)"
},
"DeployProcess": {
"description": "the process is deployed",
"headers": {
Expand All @@ -6327,9 +6330,6 @@
}
}
},
"EmptyResponse": {
"description": "successful operation (no response body)"
},
"DuplicateProcess": {
"description": "the processes being added is already deployed (i.e. duplicate)",
"content": {
Expand Down
2 changes: 2 additions & 0 deletions openapi/paths/processes-workflows/pExecution-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ post:
$ref: "../../responses/processes-core/rExecuteSync.yaml"
201:
$ref: "../../responses/processes-core/rExecuteAsync.yaml"
204:
$ref: "../../responses/processes-core/rEmpty.yaml"
303:
$ref: "../../responses/processes-workflows/rExecuteCollectionRedirect.yaml"
404:
Expand Down

0 comments on commit 05209d9

Please sign in to comment.