Skip to content

Commit

Permalink
Merge pull request opengeospatial#357 from pvretano/issue-326
Browse files Browse the repository at this point in the history
Remove all references to obsolete transmissionMode parameter.
  • Loading branch information
bpross-52n authored Sep 18, 2023
2 parents fabced1 + 90e70b2 commit c9868cf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 109 deletions.
57 changes: 11 additions & 46 deletions core/examples/json/Execute.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@


http://www.someserver.com/processes/echo/execution?
stringInput=Value2&
measureInput={measurement=10.3,uom=m,referece=https://ucum.org/ucum-essence.xml}&
dateInput=2021-03-06T07:21:00&
doubleInput=3.14159&
arrayInput=1,2,3,4,5,6&
complexObjectInput={...JSON or XML string...}&
geometryInput=<WKTstring>,<WKTstring>&
boundingBoxInput=51.9,7,52,7.1;bbox-crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84&




{
"inputs": {
"measureInput": {
Expand Down Expand Up @@ -73,37 +58,17 @@ boundingBoxInput=51.9,7,52,7.1;bbox-crs=http://www.opengis.net/def/crs/OGC/1.3/C
}
},
"outputs": {
"stringOutput": {
"transmissionMode": "value"
},
"measureOutput": {
"transmissionMode": "value"
},
"dateOutput": {
"transmissionMode": "value"
},
"doubleOutput": {
"transmissionMode": "value"
},
"arrayOutput": {
"transmissionMode": "value"
},
"complexObjectOutput": {
"transmissionMode": "value"
},
"geometryOutput": {
"transmissionMode": "value"
},
"boundingBoxOutput": {
"transmissionMode": "value"
},
"stringOutput": { },
"measureOutput": { },
"dateOutput": { },
"doubleOutput": { },
"arrayOutput": { },
"complexObjectOutput": { },
"geometryOutput": { },
"boundingBoxOutput": { },
"imageOutput": {
"format": { "mediaType": "image/tiff; application=geotiff" },
"transmissionMode": "value"
"format": { "mediaType": "image/tiff; application=geotiff" }
},
"featureCollectionOutput": {
"transmissionMode": "value"
}
},
"response": "document"
"featureCollectionOutput": { }
}
}

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions core/sections/clause_7_core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -375,16 +375,6 @@ include::../../openapi/schemas/processes-core/jobControlOptions.yaml[]

NOTE: This schema can also be obtained from https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/openapi/schemas/processes-core/jobControlOptions.yaml[`jobControlOptions.yaml`].

[[transmission-mode-schema]]
.Schema for the transmission mode
[source,yaml]
----
include::../../openapi/schemas/processes-core/transmissionMode.yaml[]
----

NOTE: This schema can also be obtained from https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/openapi/schemas/processes-core/transmissionMode.yaml[`transmissionMode.yaml`].


The number of process summaries returned depends on the server and the parameter `limit.`

See the discussion about the `limit` parameter in the <<sc_limit_parameter,Limit parameter>> section.
Expand Down
14 changes: 0 additions & 14 deletions openapi/ogcapi-processes.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4713,12 +4713,6 @@
"$ref": "#/components/schemas/jobControlOptions"
}
},
"outputTransmission": {
"type": "array",
"items": {
"$ref": "#/components/schemas/transmissionMode"
}
},
"links": {
"type": "array",
"items": {
Expand Down Expand Up @@ -5344,14 +5338,6 @@
}
}
},
"transmissionMode": {
"type": "string",
"enum": [
"value",
"reference"
],
"default": "value"
},
"inlineOrRefData": {
"oneOf": [
{
Expand Down
2 changes: 0 additions & 2 deletions openapi/ogcapi-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ components:
$ref: 'schemas/processes-core/statusCode.yaml'
subscriber:
$ref: 'schemas/processes-core/subscriber.yaml'
transmissionMode:
$ref: 'schemas/processes-core/transmissionMode.yaml'
inlineOrRefData:
$ref: 'schemas/processes-core/inlineOrRefData.yaml'
statusInfo:
Expand Down
4 changes: 0 additions & 4 deletions openapi/schemas/processes-core/processSummary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ allOf:
type: array
items:
$ref: "jobControlOptions.yaml"
outputTransmission:
type: array
items:
$ref: "transmissionMode.yaml"
links:
type: array
items:
Expand Down
5 changes: 0 additions & 5 deletions openapi/schemas/processes-core/transmissionMode.yaml

This file was deleted.

0 comments on commit c9868cf

Please sign in to comment.