{ "id" : "MOAWAdapter", "title" : "Modular OGC API Workflows adapter", "version" : "1.0.0", "jobControlOptions" : [ "sync-execute" ], "outputTransmission" : [ "value" ], "links" : [ { "href" : "https://maps.gnosis.earth/ogcapi/processes/MOAWAdapter/execution", "rel" : "http://www.opengis.net/def/rel/ogc/1.0/execute", "title" : "Execution endpoint" } ], "inputs" : { "data" : { "title" : "The workflow to adapt.", "description" : "A complete workflow for a process hosted on a server that does not implement the MOAW extension.", "schema" : { "oneOf" : [ { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/tiff; application=geotiff" }, { "type": "object", "contentMediaType": "application/geo+json", "$ref": "https://geojson.org/schema/FeatureCollection.json" } ] }, "minOccurs" : 1, "maxOccurs" : 1 } }, "outputs" : { "data" : { "title" : "Output data", "description": "Output from the adapted process", "schema" : { "oneOf" : [ { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/tiff; application=geotiff" }, { "type": "object", "contentMediaType": "application/geo+json", "$ref": "https://geojson.org/schema/FeatureCollection.json" } ] } } } }