{
    "version":"0.2.0",
    "id":"safer-process",
    "title":"Safer Process",
    "description":"Safer Process is a process that runs a safer process",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "safer process"
    ],
    "inputs":{
        "dem":{
            "title":"Dem",
            "description":"The digital elevation model file",
            "schema":{}
        },
        "rain":{
            "title":"Rain",
            "description":"The volume of rain",
            "schema":{
                "type":"integer"
            }
        },
        "water":{
            "title":"Water",
            "description":"The water depth output file",
            "schema":{
                "type":"string"
            }
        },
        "debug":{
            "title":"Debug",
            "description":"Enable Debug mode",
            "schema":{}
        }
    },
    "outputs":{
        "id":{
            "title":"ID",
            "description":"The ID of the process execution",
            "schema":{}
        }
    },
    "example":{
        "inputs":{
            "debug":true,
            "dem":"input"
        }
    },
    "outputTransmission":[
        "value"
    ],
    "links":[
        {
            "type":"application/json",
            "rel":"self",
            "href":"http://pygeoapi-directed-lb-1795156461.us-east-1.elb.amazonaws.com/processes/safer-process?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"http://pygeoapi-directed-lb-1795156461.us-east-1.elb.amazonaws.com/processes/safer-process?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":"http://pygeoapi-directed-lb-1795156461.us-east-1.elb.amazonaws.com/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":"http://pygeoapi-directed-lb-1795156461.us-east-1.elb.amazonaws.com/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":"http://pygeoapi-directed-lb-1795156461.us-east-1.elb.amazonaws.com/processes/safer-process/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ]
}