{
    "version": "0.2.0",
    "id": "exutoire_bzh",
    "title": "Outlet auto extraction",
    "description": "",
    "keywords": [
        "Exutoire",
        "Bretagne"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "MNTSurf",
            "href": "https://geosas.fr/web/?page_id=5877",
            "hreflang": "fr-FR"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api.geosas.fr/rpg/processes/exutoire_bzh?f=json",
            "title": "Process description as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api.geosas.fr/rpg/processes/exutoire_bzh?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.geosas.fr/rpg/jobs?f=html",
            "title": "jobs for this process as HTML",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href": "https://api.geosas.fr/rpg/jobs?f=json",
            "title": "jobs for this process as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href": "https://api.geosas.fr/rpg/processes/exutoire_bzh/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "en-US"
        }
    ],
    "inputs": {
        "seuilSbv": {
            "title": "Seuil des BV",
            "description": "Surface (ha) minimum de Bassin Versant, par defaut 1000",
            "schema": {
                "type": "integer"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null
        }
    },
    "outputs": {
        "response": {
            "title": "exutoire",
            "description": "Couche spatiale des Exutoires en GeoJSON",
            "schema": {
                "type": "object",
                "contentMediaType": "application/json"
            }
        }
    },
    "example": {
        "inputs": {
            "seuilSbv": 10000
        }
    },
    "jobControlOptions": [
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}