Solicita las propiedades de una colección determinada
https://sigpac-hubcloud.es/ogcapi/collections/recintos/queryables
Formato JSON:
https://sigpac-hubcloud.es/ogcapi/collections/[parametro]/queryables?f=json
Donde:
https://sigpac-hubcloud.es/ogcapi/collections/recintos/queryables?f=json
Respuesta:
{
"type": "object"
"title":"Recintos SIGPAC",
"properties":{
"geometry": {
"$ref": "https://geojson.org/schema/Geometry.json",
"x-ogc-role": "primary-geometry"
},
"dn_pk": {
"title": "dn_pk",
"type": "integer"
"x-ogc-role": "id",
},
"provincia": {
"title": "provincia",
"type": "integer"
},
...