{
    "version":"0.1.0",
    "id":"nldi-xsatpathpts",
    "title":"NLDI xsatendpts process",
    "description":"NLDI xsatendpts process",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "NLDI xsatendpts"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"canonical",
            "title":"information",
            "href":"https://example.org/process",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://api.water.usgs.gov:443/nldi/pygeoapi/processes/nldi-xsatpathpts?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://api.water.usgs.gov:443/nldi/pygeoapi/processes/nldi-xsatpathpts?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://api.water.usgs.gov:443/nldi/pygeoapi/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://api.water.usgs.gov:443/nldi/pygeoapi/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://api.water.usgs.gov:443/nldi/pygeoapi/processes/nldi-xsatpathpts/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":[
        {
            "id":"path",
            "title":"path",
            "input":{
                "literalDataDomain":{
                    "dataType":"list",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        },
        {
            "id":"numpts",
            "title":"numpts",
            "input":{
                "literalDataDomain":{
                    "dataType":"int",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        },
        {
            "id":"3dep_res",
            "title":"resolution",
            "abstract":"Resolution of 3dep elevation data",
            "minOccurs":1,
            "maxOccurs":1,
            "input":{
                "literalDataDomain":{
                    "dataType":"enum",
                    "valueDefinition":{
                        "anyValue":false,
                        "defaultValue":"10",
                        "possibleValues":[
                            "30",
                            "10",
                            "5",
                            "3",
                            "1"
                        ]
                    }
                }
            }
        }
    ],
    "outputs":[
        {
            "id":"nldi-xsatpathpts-response",
            "title":"output nldi-xsatpathpts",
            "output":{
                "formats":[
                    {
                        "mimeType":"application/json"
                    }
                ]
            }
        }
    ],
    "example":{
        "inputs":[
            {
                "id":"path",
                "value":[
                    [
                        -108.45263,
                        38.97755
                    ],
                    [
                        -108.4535,
                        38.978
                    ],
                    [
                        -108.454393,
                        38.977915
                    ],
                    [
                        -108.45495,
                        38.97837
                    ]
                ],
                "type":"text/plain"
            },
            {
                "id":"numpts",
                "value":"101",
                "type":"text/plain"
            },
            {
                "id":"3dep_res",
                "value":"1",
                "type":"text/plain"
            }
        ]
    },
    "outputTransmission":[
        "value"
    ]
}