{ "id" : "PassThrough", "title" : "Passthrough process", "version" : "1.0.0", "jobControlOptions": [ "sync-execute" ], "outputTransmission" : [ "value" ], "description" : "Process passing through inputs as outputs.", "links" : [ { "href" : "https://maps.gnosis.earth/ogcapi/processes/PassThrough/execution", "rel" : "http://www.opengis.net/def/rel/ogc/1.0/execute", "title" : "Execution endpoint" } ], "inputs" : { "data" : { "title" : "Input data", "description" : "The input data that will be returned as output.", "minOccurs" : 1, "maxOccurs" : "unbounded", "schema" : { "oneOf": [ { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/tiff; application=geotiff" }, { "type": "object", "contentMediaType": "application/geo+json", "$ref": "https://geojson.org/schema/FeatureCollection.json" } ] } } }, "outputs" : { "data" : { "title" : "Output data", "description": "Input data pass through by the process, to which modifiers may have been applied.", "schema" : { "oneOf": [ { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/tiff; application=geotiff" }, { "type": "object", "contentMediaType": "application/geo+json", "$ref": "https://geojson.org/schema/FeatureCollection.json" } ] } } } }