{
    "version": "0.2.0",
    "id": "telechargement_rpg",
    "title": "Download RPG",
    "description": "",
    "keywords": [
        "RPG, culture"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "Source des RPG",
            "href": "https://geoservices.ign.fr/rpg",
            "hreflang": "fr-FR"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api.geosas.fr/rpg/processes/telechargement_rpg?f=json",
            "title": "Process description as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api.geosas.fr/rpg/processes/telechargement_rpg?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/telechargement_rpg/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "en-US"
        }
    ],
    "inputs": {
        "zone": {
            "title": "zone \u00e9tudi\u00e9e",
            "description": "Zone \u00e9tudi\u00e9 en geojson",
            "schema": {
                "type": "application/json"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        }
    },
    "outputs": {
        "response": {
            "title": "url",
            "description": "Url du zip r\u00e9sultat \u00e0 t\u00e9l\u00e9charger",
            "schema": {
                "type": "string"
            }
        }
    },
    "example": {
        "inputs": {
            "zone": {
                "type": "FeatureCollection",
                "name": "polygone",
                "crs": {
                    "type": "name",
                    "properties": {
                        "name": "urn:ogc:def:crs:EPSG::2154"
                    }
                },
                "features": [
                    {
                        "type": "Feature",
                        "properties": {},
                        "geometry": {
                            "type": "Polygon",
                            "coordinates": [
                                [
                                    [
                                        160500.74478697858,
                                        6804322.816743294
                                    ],
                                    [
                                        163285.3135798918,
                                        6804175.945510758
                                    ],
                                    [
                                        163172.81189335033,
                                        6801972.03455109
                                    ],
                                    [
                                        160231.76646840328,
                                        6802053.794787827
                                    ],
                                    [
                                        160500.74478697858,
                                        6804322.816743294
                                    ]
                                ]
                            ]
                        }
                    }
                ]
            }
        }
    },
    "jobControlOptions": [
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}