echo: Echo input

Simply echo the value provided as input

Inputs

An input string

string
Please set a value for a.

A complex input

format
href
Please set a value for b.

A boundingbox input

BoundingBox Input
Please set a value for c.
crs
Please set a value for c.

An optional input which can be used to specify the number of seconds to pause the service before returning

number

Outputs

The output a returned

transmission

The output b returned

format
transmission

A boundingbox output

transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "echo", "title": "Echo input", "description": "Simply echo the value provided as input", "version": "2.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/echo/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/echo/execution.html"}], "inputs": {"a": {"title": "Literal Input (string)", "description": "An input string", "schema": {"type": "string", "default": "Any value"}, "id": "a"}, "b": {"title": "Complex Input", "description": "A complex input ", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "object"}]}, "id": "b"}, "c": {"title": "BoundingBox Input ", "description": "A boundingbox input ", "schema": {"type": "object", "required": ["bbox", "crs"], "properties": {"bbox": {"type": "array", "oneOf": [{"minItems": 4, "maxItems": 4}, {"minItems": 6, "maxItems": 6}], "items": {"type": "number", "format": "double"}}, "crs": {"type": "string", "format": "uri", "default": "urn:ogc:def:crs:EPSG:6.6:4326", "enum": ["urn:ogc:def:crs:EPSG:6.6:4326", "urn:ogc:def:crs:EPSG:6.6:3785"]}}}, "id": "c"}, "pause": {"title": "Literal Input (double)", "description": "An optional input which can be used to specify the number of seconds to pause the service before returning", "schema": {"type": "number", "default": 10, "format": "double", "nullable": true}, "id": "pause"}}, "outputs": {"a": {"title": "The output a", "description": "The output a returned", "schema": {"type": "string", "default": "Any value"}, "id": "a"}, "b": {"title": "The output b", "description": "The output b returned", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "object"}]}, "id": "b"}, "c": {"title": "BoundingBox output ", "description": "A boundingbox output ", "schema": {"type": "object", "required": ["bbox", "crs"], "properties": {"bbox": {"type": "array", "oneOf": [{"minItems": 4, "maxItems": 4}, {"minItems": 6, "maxItems": 6}], "items": {"type": "number", "format": "double"}}, "crs": {"type": "string", "format": "uri", "default": "urn:ogc:def:crs:EPSG:6.6:4326", "enum": ["urn:ogc:def:crs:EPSG:6.6:4326", "urn:ogc:def:crs:EPSG:6.6:3785"]}}}, "id": "c"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/localhost/ogc-api/processes/echo.html
Last modified: Sat Feb 19 15:43:34 CET 2022