{
    "version":"0.2.0",
    "id":"get-ddas-galaxy-link-textfile",
    "use_case":"(admin)",
    "title":"DDAS Galaxy Link Helper",
    "description":"This is not intended for use by human users, only by the AIP. It returns a link to a textfile that contains the link to data found on DDAS. This is needed as input to the AquaINFRA Galaxy processes.",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "galaxy",
        "ddas"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"information",
            "href":"https://example.org/process",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/processes/get-ddas-galaxy-link-textfile?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/processes/get-ddas-galaxy-link-textfile?f=html",
            "title":"Process description as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/jobs?f=html",
            "title":"Jobs list as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/jobs?f=json",
            "title":"Jobs list as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/processes/get-ddas-galaxy-link-textfile/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "link_from_ddas":{
            "title":"Link from DDAS",
            "description":"This should be a URL to a dataset which can later be fed as input to the AquaINFRA Galaxy tools / AquaINFRA OGC API processes.",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "url"
            ]
        }
    },
    "outputs":{
        "textfile":{
            "title":"Textfile needed in Galaxy",
            "description":"Textfile that contains the link to data found on DDAS. This is needed as input to the AquaINFRA Galaxy processes.",
            "schema":{
                "type":"object",
                "contentMediaType":"application/json"
            }
        }
    },
    "example":{
        "inputs":{
            "link_from_ddas":"https://bla.com/"
        }
    },
    "outputTransmission":[
        "value"
    ]
}