{
    "version": "0.2.0",
    "id": "entidad_cercana",
    "title": "Entidad cercana",
    "description": "Funci\u00f3n que devuelve el edificio o punto m\u00e1s cercano a unas coordenadas pasadas",
    "jobControlOptions": [
        "sync-execute"
    ],
    "keywords": [
        "Entidad",
        "Edificio",
        "Punto",
        "Coordenadas",
        "Cercano"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "Ejemplo swagger",
            "href": "../../openapi?f=html#/entidad_cercana/executeEntidad_cercanaJob",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api-processes.idee.es/processes/entidad_cercana?f=json",
            "title": "Process description as JSON",
            "hreflang": "es-ES"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api-processes.idee.es/processes/entidad_cercana?f=html",
            "title": "Process description as HTML",
            "hreflang": "es-ES"
        },
        {
            "type": "text/html",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href": "https://api-processes.idee.es/jobs?f=html",
            "title": "jobs for this process as HTML",
            "hreflang": "es-ES"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href": "https://api-processes.idee.es/jobs?f=json",
            "title": "jobs for this process as JSON",
            "hreflang": "es-ES"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href": "https://api-processes.idee.es/processes/entidad_cercana/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "es-ES"
        }
    ],
    "inputs": {
        "entidad": {
            "title": "Entidad",
            "description": "Valor que devolver\u00e1 la consulta seg\u00fan sea un edificio o un punto.",
            "schema": {
                "type": "string"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "edificio",
                "punto"
            ]
        },
        "x_punto": {
            "title": "X",
            "description": "Coordenada X del punto",
            "schema": {
                "type": "number"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "Punto",
                "x"
            ]
        },
        "y_punto": {
            "title": "Y",
            "description": "Coordenada Y del punto",
            "schema": {
                "type": "number"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "Punto",
                "y"
            ]
        },
        "srid_punto": {
            "title": "SRID",
            "description": "Referencia del sistema geogr\u00e1fico del punto (EPSG:4326 para puntos y EPSG:4258 para edificios por defecto)",
            "schema": {
                "type": "number"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "SRID",
                "Punto",
                "Referencia"
            ]
        }
    },
    "outputs": {
        "geojson": {
            "title": "GeoJSON",
            "description": "GeoJson con el resultado de la b\u00fasqueda con los par\u00e1metros elegidos",
            "schema": {
                "type": "object",
                "contentMediaType": "application/json"
            }
        }
    },
    "example": {
        "inputs": {
            "entidad": "punto",
            "x_punto": "-5.999514",
            "y_punto": "37.387869"
        }
    },
    "outputTransmission": [
        "value"
    ]
}