diff --git a/src/public/api/openapi.json b/src/public/api/openapi.json index 414294b..b402cce 100644 --- a/src/public/api/openapi.json +++ b/src/public/api/openapi.json @@ -1 +1 @@ -{"openapi":"3.0.2","info":{"title":"OGC API Demo Service","description":"OGC APIs are constructed as 'building blocks' that can be used to assemble novel APIs for web access to geospatial content","contact":{"name":"Geonovum","url":"https://geonovum.nl","email":"info@geonovum.nl"},"license":{"name":"CC-BY 4.0 license","url":"https://creativecommons.org/licenses/by/4.0"},"version":"1.2.3"},"servers":[{"url":"http://localhost/demoservice/v1"}],"tags":[],"paths":{"/":{"get":{"tags":["Common"],"summary":"landing page","description":"The landing page provides links to the API definition (link relations `service-desc` and `service-doc`), the Conformance declaration (path `/conformance`, link relation `conformance`), and other resources in the API.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"getLandingPage","parameters":[{"$ref":"#/components/parameters/fCommon"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/landingPage"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/api":{"get":{"description":"This document","operationId":"getOpenApi","parameters":[{"$ref":"#/components/parameters/fCommon"}],"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}},"summary":"This document","tags":["Common"]}},"/conformance":{"get":{"tags":["Common"],"summary":"conformance declaration","description":"The URIs of all conformance classes supported by the server. This information is provided to support 'generic' clients that want to access multiple OGC API implementations - and not 'just' a specific API. For clients accessing only a single API, this information is in general not relevant and the OpenAPI definition details the required information about the API.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"getConformanceDeclaration","parameters":[{"$ref":"#/components/parameters/fCommon"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"example":{"conformsTo":["http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/landingPage","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json"]},"schema":{"$ref":"#/components/schemas/conformanceClasses"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections":{"get":{"tags":["Collections"],"summary":"feature collections in the dataset 'Daraa'","description":"The dataset is organized in feature collections. This resource provides information about and access to the feature collections.\nThe response contains the list of collections. For each collection, a link to the items in the collection (path `/collections/{collectionId}/items`, link relation `items`) as well as key information about the collection.\nThis information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"getCollections","parameters":[{"$ref":"#/components/parameters/fCollections"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collections"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/NAPPeilmerken":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'NAPPeilmerken'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"NAPPeilmerken.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/buurten":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'buurten'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"buurten.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/energielabels":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'energielabels'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"energielabels.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/gemeenteGrens":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'gemeenteGrens'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"gemeenteGrens.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/kamersgewijzeVerhuur":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'kamersgewijzeVerhuur'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"kamersgewijzeVerhuur.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/zonnepanelen":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'zonnepanelen'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"zonnepanelen.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/NAPPeilmerken/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'NAPPeilmerken'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"NAPPeilmerken.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_NAPPeilmerken"},{"$ref":"#/components/parameters/crsFeatures_NAPPeilmerken"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_NAPPeilmerken"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_NAPPeilmerken"},{"$ref":"#/components/parameters/boutnr_NAPPeilmerken"},{"$ref":"#/components/parameters/nap_in_m_NAPPeilmerken"},{"$ref":"#/components/parameters/gvl_NAPPeilmerken"},{"$ref":"#/components/parameters/muurcoord_x_NAPPeilmerken"},{"$ref":"#/components/parameters/muurcoord_y_NAPPeilmerken"},{"$ref":"#/components/parameters/ligging_NAPPeilmerken"},{"$ref":"#/components/parameters/omschrijving_NAPPeilmerken"},{"$ref":"#/components/parameters/eigenaar_NAPPeilmerken"},{"$ref":"#/components/parameters/status_NAPPeilmerken"},{"$ref":"#/components/parameters/x_coord_NAPPeilmerken"},{"$ref":"#/components/parameters/y_coord_NAPPeilmerken"},{"$ref":"#/components/parameters/id_kv_NAPPeilmerken"},{"$ref":"#/components/parameters/geometry_NAPPeilmerken"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_NAPPeilmerken"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/NAPPeilmerken/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'NAPPeilmerken'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"NAPPeilmerken.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_NAPPeilmerken"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_NAPPeilmerken"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_NAPPeilmerken"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/buurten/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'buurten'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"buurten.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_buurten"},{"$ref":"#/components/parameters/crsFeatures_buurten"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_buurten"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_buurten"},{"$ref":"#/components/parameters/buurtcode_buurten"},{"$ref":"#/components/parameters/buurtnaam_buurten"},{"$ref":"#/components/parameters/wijkcode_buurten"},{"$ref":"#/components/parameters/gemeentecode_buurten"},{"$ref":"#/components/parameters/gemeentenaam_buurten"},{"$ref":"#/components/parameters/wijknaam_buurten"},{"$ref":"#/components/parameters/id_kv_buurten"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_buurten"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/buurten/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'buurten'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"buurten.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_buurten"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_buurten"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_buurten"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/energielabels/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'energielabels'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"energielabels.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_energielabels"},{"$ref":"#/components/parameters/crsFeatures_energielabels"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_energielabels"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_energielabels"},{"$ref":"#/components/parameters/identificatie_bag_vbo_energielabels"},{"$ref":"#/components/parameters/energielabel_energielabels"},{"$ref":"#/components/parameters/definitief_energielabels"},{"$ref":"#/components/parameters/pand_gebouwtype_energielabels"},{"$ref":"#/components/parameters/pand_gebouwsubtype_energielabels"},{"$ref":"#/components/parameters/status_energielabels"},{"$ref":"#/components/parameters/gebruiksdoel_energielabels"},{"$ref":"#/components/parameters/openbare_ruimte_energielabels"},{"$ref":"#/components/parameters/huisnummer_energielabels"},{"$ref":"#/components/parameters/huisletter_energielabels"},{"$ref":"#/components/parameters/toevoeging_energielabels"},{"$ref":"#/components/parameters/postcode_energielabels"},{"$ref":"#/components/parameters/woonplaats_energielabels"},{"$ref":"#/components/parameters/buurtnaam_energielabels"},{"$ref":"#/components/parameters/wijknaam_energielabels"},{"$ref":"#/components/parameters/id_kv_energielabels"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_energielabels"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/energielabels/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'energielabels'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"energielabels.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_energielabels"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_energielabels"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_energielabels"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/gemeenteGrens/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'gemeenteGrens'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"gemeenteGrens.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_gemeenteGrens"},{"$ref":"#/components/parameters/crsFeatures_gemeenteGrens"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_gemeenteGrens"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_gemeenteGrens"},{"$ref":"#/components/parameters/gemeentenaam_gemeenteGrens"},{"$ref":"#/components/parameters/id_kv_gemeenteGrens"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_gemeenteGrens"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/gemeenteGrens/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'gemeenteGrens'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"gemeenteGrens.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_gemeenteGrens"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_gemeenteGrens"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_gemeenteGrens"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/kamersgewijzeVerhuur/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'kamersgewijzeVerhuur'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"kamersgewijzeVerhuur.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/crsFeatures_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/volgnummer_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/zaaknummer_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/globale_locatie_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/bagid_vbo_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/type_woning_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/status_aanvraag_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/aantal_complex_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/maximaal_complex_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/buurtnaam_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/wijknaam_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/id_kv_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/dr_kv_kamersgewijzeVerhuur"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_kamersgewijzeVerhuur"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/kamersgewijzeVerhuur/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'kamersgewijzeVerhuur'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"kamersgewijzeVerhuur.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_kamersgewijzeVerhuur"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/zonnepanelen/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'zonnepanelen'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"zonnepanelen.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_zonnepanelen"},{"$ref":"#/components/parameters/crsFeatures_zonnepanelen"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_zonnepanelen"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_zonnepanelen"},{"$ref":"#/components/parameters/identificatie_zonnepanelen"},{"$ref":"#/components/parameters/bouwjaar_zonnepanelen"},{"$ref":"#/components/parameters/status_zonnepanelen"},{"$ref":"#/components/parameters/gebruiksdoel_zonnepanelen"},{"$ref":"#/components/parameters/oppervlakte_panelen_zonnepanelen"},{"$ref":"#/components/parameters/aantal_panelen_zonnepanelen"},{"$ref":"#/components/parameters/opbrengst_zonnepanelen"},{"$ref":"#/components/parameters/id_kv_zonnepanelen"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_zonnepanelen"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/zonnepanelen/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'zonnepanelen'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"zonnepanelen.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_zonnepanelen"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_zonnepanelen"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_zonnepanelen"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes":{"get":{"tags":["Processes"],"summary":"Retrieve the list of available processes","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process.","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"getProcesses","parameters":[{"$ref":"#/components/parameters/fCollections"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Processes"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/add":{"get":{"tags":["Processes"],"summary":"Retrieve a process description","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. ","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"add.getProcesses","parameters":[{"$ref":"#/components/parameters/fProcesses"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/countFeatures":{"get":{"tags":["Processes"],"summary":"Retrieve a process description","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. ","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"countFeatures.getProcesses","parameters":[{"$ref":"#/components/parameters/fProcesses"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/echo":{"get":{"tags":["Processes"],"summary":"Retrieve a process description","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. ","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"echo.getProcesses","parameters":[{"$ref":"#/components/parameters/fProcesses"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/add/execution":{"post":{"tags":["Processes"],"summary":"Process execution","description":"Create a new job.","operationId":"execute.add.getProcesses","requestBody":{"content":{"application/json":{"schema":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml"}}},"description":"Mandatory execute request JSON","required":true},"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"201":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml"},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"},"500":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml"}}}},"/processes/countFeatures/execution":{"post":{"tags":["Processes"],"summary":"Process execution","description":"Create a new job.","operationId":"execute.countFeatures.getProcesses","requestBody":{"content":{"application/json":{"schema":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml"}}},"description":"Mandatory execute request JSON","required":true},"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"201":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml"},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"},"500":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml"}}}},"/processes/echo/execution":{"post":{"tags":["Processes"],"summary":"Process execution","description":"Create a new job.","operationId":"execute.echo.getProcesses","requestBody":{"content":{"application/json":{"schema":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml"}}},"description":"Mandatory execute request JSON","required":true},"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"201":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml"},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"},"500":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml"}}}},"/jobs":{"get":{"description":"Retrieve a list of jobs","operationId":"getJobs","responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Jobs"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Retrieve jobs list","tags":["Jobs"]}},"/jobs/{jobId}":{"delete":{"description":"Cancel / delete job","operationId":"deleteJob","parameters":[{"description":"job identifier","in":"path","name":"jobId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Cancel / delete job","tags":["Jobs"]},"get":{"description":"Retrieve job details","operationId":"getJob","parameters":[{"description":"job identifier","in":"path","name":"jobId","required":true,"schema":{"type":"string"}},{"$ref":"#/components/parameters/fJob"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Retrieve job details","tags":["Jobs"]}},"/jobs{jobId}/results":{"get":{"description":"Retrieve job results","operationId":"getJobResults","parameters":[{"description":"job identifier","in":"path","name":"jobId","required":true,"schema":{"type":"string"}},{"$ref":"#/components/parameters/fResults"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Retrieve job results","tags":["Jobs"]}}},"components":{"schemas":{"link":{"required":["href","rel"],"type":"object","properties":{"href":{"type":"string","format":"uri-reference"},"rel":{"description":"The type or semantics of the relation.","example":"alternate","type":"string"},"type":{"type":"string"},"title":{"type":"string"}}},"extent":{"type":"object","properties":{"temporal":{"$ref":"#/components/schemas/temporalExtent"},"spatial":{"$ref":"#/components/schemas/spatialExtent"}}},"spatialExtent":{"required":["bbox"],"type":"object","properties":{"crs":{"type":"string"},"bbox":{"$ref":"#/components/schemas/bbox"}}},"bbox":{"description":"One or more bounding boxes that describe the spatial extent of the dataset.","example":[7.01,50.63,7.22,50.78],"items":{"description":"West, south, east, north edges of the bounding box. Specified as coordinates separated by commas. The coordinates\nare in the coordinate reference system specified in `crs`. By default\nthis is WGS 84 longitude/latitude (CRS84).","items":{"type":"number"},"maxItems":6,"minItems":4,"type":"array"},"minItems":1,"type":"array"},"temporalExtent":{"required":["interval","trs"],"type":"object","properties":{"interval":{"$ref":"#/components/schemas/temporalInterval"},"trs":{"$ref":"#/components/schemas/trs"}}},"temporalInterval":{"description":"One or more time intervals that describe the temporal extent of the dataset.\nThe value `null` is supported and indicates an open time intervall.\nIn the Core only a single time interval is supported. Extensions may support\nmultiple intervals. If multiple intervals are provided, the union of the\nintervals describes the temporal extent.","items":{"description":"Begin and end times of the time interval. The timestamps\nare in the coordinate reference system specified in `trs`. By default\nthis is the Gregorian calendar.","example":["2010-02-15T12:34:56Z",null],"items":{"format":"date-time","nullable":true,"type":"string"},"maxItems":2,"minItems":2,"type":"array"},"minItems":1,"nullable":true,"type":"array"},"trs":{"default":"http://www.opengis.net/def/uom/ISO-8601/0/Gregorian","description":"Coordinate reference system of the coordinates in the temporal extent\n(property `interval`). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal coordinate reference system.\nExtensions may support additional temporal coordinate reference systems and add\nadditional enum values.","enum":["http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"],"type":"string"},"externalDocumentation":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"description":{"type":"string"}}},"htmlSchema":{"type":"string","example":"..."},"conformanceClasses":{"type":"object","required":["conformsTo"],"properties":{"conformsTo":{"example":["http://www.opengis.net/spec/ogcapi-common-1/1.0/req/core"],"type":"array","items":{"format":"uri","type":"string"}},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"landingPage":{"type":"object","required":["links"],"properties":{"extent":{"$ref":"#/components/schemas/extent"},"attribution":{"type":"string"},"externalDocs":{"$ref":"#/components/schemas/externalDocumentation"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"Collections":{"type":"object","required":["links","collections"],"properties":{"crs":{"type":"array","items":{"type":"string"}},"collections":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Collection"},{"$ref":"#/components/schemas/Collection-link"}]}},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"Collection-link":{"properties":{"links":{"items":{"$ref":"#/components/schemas/link"},"type":"array"}},"required":["links"],"type":"object"},"Collection":{"type":"object","required":["id","links"],"properties":{"storageCrs":{"type":"string"},"extent":{"$ref":"#/components/schemas/extent"},"storageCrsCoordinateEpoch":{"type":"number"},"crs":{"type":"array","items":{"type":"string"}},"itemType":{"type":"string"},"id":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"csv":{"type":"string"},"featureCollectionGeoJson_NAPPeilmerken":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_NAPPeilmerken"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_NAPPeilmerken":{"title":"NAPPeilmerken","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"title":"Feature id","type":"number"},"boutnr":{"type":"string"},"nap_in_m":{"type":"number","format":"float"},"gvl":{"type":"string"},"muurcoord_x":{"type":"number","format":"float"},"muurcoord_y":{"type":"number","format":"float"},"ligging":{"type":"string"},"omschrijving":{"type":"string"},"eigenaar":{"type":"string","enum":["Amstelveen","Rijkswaterstaat"]},"status":{"type":"string","enum":["Aanwezig"]},"x_coord":{"description":"x-coord in RD-New","type":"string","format":"float"},"y_coord":{"description":"y-coord in RD-New","type":"string","format":"float"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_buurten":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_buurten"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_buurten":{"title":"buurten","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"title":"Feature id","type":"number"},"buurtcode":{"type":"string"},"buurtnaam":{"type":"string"},"wijkcode":{"type":"string"},"gemeentecode":{"type":"string","enum":["GM0362"]},"gemeentenaam":{"type":"string","enum":["Amstelveen"]},"wijknaam":{"type":"string"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_energielabels":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_energielabels"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_energielabels":{"title":"energielabels","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"type":"number"},"identificatie_bag_vbo":{"type":"string"},"energielabel":{"type":"string"},"definitief":{"type":"string"},"pand_gebouwtype":{"type":"string"},"pand_gebouwsubtype":{"type":"string"},"status":{"type":"string"},"gebruiksdoel":{"type":"string"},"openbare_ruimte":{"type":"string"},"huisnummer":{"type":"number"},"huisletter":{"type":"string"},"toevoeging":{"type":"string"},"postcode":{"type":"string"},"woonplaats":{"type":"string"},"buurtnaam":{"type":"string"},"wijknaam":{"type":"string"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_gemeenteGrens":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_gemeenteGrens"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_gemeenteGrens":{"title":"gemeenteGrens","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"type":"number"},"gemeentenaam":{"type":"string"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_kamersgewijzeVerhuur":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_kamersgewijzeVerhuur"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_kamersgewijzeVerhuur":{"title":"kamersgewijzeVerhuur","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"title":"Feature id","type":"number"},"volgnummer":{"type":"number"},"zaaknummer":{"type":"string"},"globale_locatie":{"type":"string"},"bagid_vbo":{"type":"string"},"type_woning":{"type":"string"},"status_aanvraag":{"type":"string"},"aantal_complex":{"type":"number"},"maximaal_complex":{"type":"number"},"buurtnaam":{"type":"string"},"wijknaam":{"type":"string"},"id_kv":{"type":"number"},"dr_kv":{"type":"string","format":"date-time"}}}},"description":"description something"},"featureCollectionGeoJson_zonnepanelen":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_zonnepanelen"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_zonnepanelen":{"title":"zonnepanelen","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"type":"number"},"identificatie":{"type":"number"},"bouwjaar":{"type":"string","format":"date-time"},"status":{"type":"string"},"gebruiksdoel":{"type":"string"},"oppervlakte_panelen":{"type":"number"},"aantal_panelen":{"type":"number"},"opbrengst":{"type":"number"},"id_kv":{"type":"string"}}}},"description":"description something"},"Processes":{"type":"object","required":["links","processes"],"properties":{"processes":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Collection"},{"$ref":"#/components/schemas/Collection-link"}]}},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"process-link":{"properties":{"links":{"items":{"$ref":"#/components/schemas/link"},"type":"array"}},"required":["links"],"type":"object"},"Process":{"type":"object","required":["id","links"],"properties":{"itemType":{"type":"string"},"id":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"Jobs":{"type":"object","required":["id","links"],"properties":{"itemType":{"type":"string"},"id":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}}},"parameters":{"fCommon":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fCollections":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fCollection":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"bbox":{"name":"bbox","in":"query","description":"Only features that have a geometry that intersects the bounding box are selected.\nThe bounding box is provided as four numbers\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n\nThe coordinate reference system is\nWGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84)\nunless a different coordinate reference system is specified in the parameter `bbox-crs`.\n\nThe query parameter `bbox-crs` is specified in OGC API - Features - Part 2: Coordinate\nReference Systems by Reference.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of\nminimum longitude, minimum latitude, maximum longitude and maximum latitude.\nHowever, in cases where the box spans the antimeridian the first value\n(west-most box edge) is larger than the third value (east-most box edge).\n\nIf a feature has multiple spatial geometry properties, it is the decision of the\nserver whether only a single spatial geometry property is used to determine\nthe extent or all relevant geometries.\nThe given coordinates should be separated by commas.","required":false,"style":"form","explode":false,"schema":{"type":"array","maxItems":6,"minItems":4,"items":{"type":"number","format":"double"}}},"bbox-crsFeatures_NAPPeilmerken":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_NAPPeilmerken":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"datetime":{"name":"datetime","in":"query","description":"Either a date-time or an interval. Date and time expressions adhere to RFC 3339.\nIntervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n* A date-time: \"2018-02-12T23:20:50Z\"\n* A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n* Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n\nOnly features that have a temporal property that intersects the value of `datetime` are selected.","required":false,"style":"form","explode":false,"schema":{"pattern":"^(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])$|^(?:[nN][oO][wW])$|^(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])|(?:\\.\\.)?|(?:[nN][oO][wW]))/(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])|(?:\\.\\.)?|(?:[nN][oO][wW]))$|^(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])T(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]):(?:[0-5][0-9]|60)(?:\\.[0-9]+)?(Z|(\\+|-)(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]))$|^(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])T(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]):(?:[0-5][0-9]|60)(?:\\.[0-9]+)?(Z|(\\+|-)(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]))|(?:\\.\\.)?|(?:[nN][oO][wW]))/(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])T(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]):(?:[0-5][0-9]|60)(?:\\.[0-9]+)?(Z|(\\+|-)(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]))|(?:\\.\\.)?|(?:[nN][oO][wW]))$","type":"string"}},"fFeatures":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["csv","html","json"]}},"filter":{"name":"filter","in":"query","description":"Filter features in the collection using the query expression in the parameter value. Filter expressions are written in the [Common Query Language (CQL2)](https://docs.ogc.org/is/21-065r1/21-065r1.html), which is an OGC Standard.\n\nThe recommended language for this query parameter is CQL2 Text (`filter-lang=cql2-text`).\n\nCQL2 Text expressions are similar to SQL expressions and also support spatial, temporal and array predicates. All property references must be queryables of the collection and must be declared in the Queryables sub-resource of the collection.\n\nThe following are examples of CQL Text expressions:\n\n* Logical operators (`AND`, `OR`, `NOT`) are supported\n* Simple comparison predicates (`=`, `<>`, `<`, `>`, `<=`, `>=`):\n * `address.LocalityName = 'Bonn'`\n * `measuredHeight > 10`\n * `storeysAboveGround <= 4`\n * `creationDate > DATE('2017-12-31')`\n * `creationDate < DATE('2018-01-01')`\n * `creationDate >= DATE('2018-01-01') AND creationDate <= DATE('2018-12-31')`\n* Advanced comparison operators (`LIKE`, `BETWEEN`, `IN`, `IS NULL`):\n * `name LIKE '%Kirche%'`\n * `measuredHeight BETWEEN 10 AND 20`\n * `address.LocalityName IN ('Bonn', 'Köln', 'Düren')`\n * `address.LocalityName NOT IN ('Bonn', 'Köln', 'Düren')`\n * `name IS NULL`\n * `name IS NOT NULL`\n* Spatial operators (the standard Simple Feature operators, e.g., `S_INTERSECTS`, `S_WITHIN`):\n * `S_INTERSECTS(bbox, POLYGON((8 52, 9 52, 9 53, 8 53, 8 52)))`\n* Temporal operators (e.g., `T_AFTER`, `T_BEFORE`, `T_INTERSECTS`)\n * `T_AFTER(creationDate, DATE('2018-01-01'))`\n * `T_BEFORE(creationDate, DATE('2018-01-01'))`\n * `T_INTERSECTS(creationDate, INTERVAL('2018-01-01','2018-12-31'))`\n * `T_INTERSECTS(INTERVAL(begin,end), INTERVAL('2018-01-01','2018-12-31'))`","required":false,"style":"form","explode":false,"schema":{"type":"string"}},"filter-crs":{"name":"filter-crs","in":"query","description":"Specify which of the supported CRSs to use to encode geometric values in a filter expression (parameter 'filter'). Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"filter-lang":{"name":"filter-lang","in":"query","description":"Language of the query expression in the 'filter' parameter. Supported are 'cql2-text' (default) and 'cql2-json', specified in the [OGC Standard 'Common Query Language (CQL2)'](https://docs.ogc.org/is/21-065r1/21-065r1.html). 'cql2-text' is an SQL-like text encoding for filter expressions that also supports spatial, temporal and array predicates. 'cql2-json' is a JSON encoding of that grammar, suitable for use as part of a JSON object that represents a query. The use of 'cql2-text' is recommended for filter expressions in the 'filter' parameter.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"cql2-text","enum":["cql2-text","cql2-json"]}},"limitFeatures":{"name":"limit","in":"query","description":"The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items are not counted. If the value is higher than the maximum page size, the maximum page size is used instead of the parameter value.","required":false,"style":"form","explode":false,"schema":{"maximum":1000,"minimum":1,"type":"integer","format":"int32","default":10}},"offsetFeatures":{"name":"offset","in":"query","description":"The optional offset parameter identifies the index of the first feature in the response in the overall result set.","required":false,"style":"form","explode":false,"schema":{"minimum":0,"type":"integer","format":"int32","default":0}},"properties_NAPPeilmerken":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","boutnr","nap_in_m","gvl","muurcoord_x","muurcoord_y","ligging","omschrijving","eigenaar","status","x_coord","y_coord","id_kv","geometry"]}}},"resultTypeFeatures":{"name":"result-type","in":"query","description":"'hitsOnly'.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["hitsOnly"]}},"schema":{"name":"schema","in":"query","description":"This option can be used to return features with a different schema.","required":false,"style":"form","explode":false,"schema":{"type":"string","example":"receivables","enum":["receivables"]}},"skipGeometry":{"name":"skipGeometry","in":"query","description":"Use this option to exclude geometries from the response for each feature.","required":false,"style":"form","explode":false,"schema":{"type":"boolean","default":false}},"featureId":{"name":"featureId","in":"path","description":"The local identifier of a feature, unique within the feature collection.","required":true,"schema":{"pattern":"[^/ ]+","type":"string"}},"fid_NAPPeilmerken":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"boutnr_NAPPeilmerken":{"name":"boutnr","in":"query","description":"Filter the collection by property 'boutnr'.","required":false,"style":"form","explode":false,"schema":{"title":"boutnr","type":"string"}},"nap_in_m_NAPPeilmerken":{"name":"nap_in_m","in":"query","description":"Filter the collection by property 'nap_in_m'.","required":false,"style":"form","explode":false,"schema":{"title":"nap_in_m","type":"string"}},"gvl_NAPPeilmerken":{"name":"gvl","in":"query","description":"Filter the collection by property 'gvl'.","required":false,"style":"form","explode":false,"schema":{"title":"gvl","type":"string"}},"muurcoord_x_NAPPeilmerken":{"name":"muurcoord_x","in":"query","description":"Filter the collection by property 'muurcoord_x'.","required":false,"style":"form","explode":false,"schema":{"title":"muurcoord_x","type":"string"}},"muurcoord_y_NAPPeilmerken":{"name":"muurcoord_y","in":"query","description":"Filter the collection by property 'muurcoord_y'.","required":false,"style":"form","explode":false,"schema":{"title":"muurcoord_y","type":"string"}},"ligging_NAPPeilmerken":{"name":"ligging","in":"query","description":"Filter the collection by property 'ligging'.","required":false,"style":"form","explode":false,"schema":{"title":"ligging","type":"string"}},"omschrijving_NAPPeilmerken":{"name":"omschrijving","in":"query","description":"Filter the collection by property 'omschrijving'.","required":false,"style":"form","explode":false,"schema":{"title":"omschrijving","type":"string"}},"eigenaar_NAPPeilmerken":{"name":"eigenaar","in":"query","description":"Filter the collection by property 'eigenaar'.","required":false,"style":"form","explode":false,"schema":{"title":"eigenaar","type":"string"}},"status_NAPPeilmerken":{"name":"status","in":"query","description":"Filter the collection by property 'status'.","required":false,"style":"form","explode":false,"schema":{"title":"status","type":"string"}},"x_coord_NAPPeilmerken":{"name":"x_coord","in":"query","description":"Filter the collection by property 'x_coord'.","required":false,"style":"form","explode":false,"schema":{"title":"x_coord","type":"string"}},"y_coord_NAPPeilmerken":{"name":"y_coord","in":"query","description":"Filter the collection by property 'y_coord'.","required":false,"style":"form","explode":false,"schema":{"title":"y_coord","type":"string"}},"id_kv_NAPPeilmerken":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"geometry_NAPPeilmerken":{"name":"geometry","in":"query","description":"Filter the collection by property 'geometry'.","required":false,"style":"form","explode":false,"schema":{"title":"geometry","type":"string"}},"bbox-crsFeatures_buurten":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_buurten":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_buurten":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","buurtcode","buurtnaam","wijkcode","gemeentecode","gemeentenaam","wijknaam","id_kv"]}}},"fid_buurten":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"buurtcode_buurten":{"name":"buurtcode","in":"query","description":"Filter the collection by property 'buurtcode'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtcode","type":"string"}},"buurtnaam_buurten":{"name":"buurtnaam","in":"query","description":"Filter the collection by property 'buurtnaam'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtnaam","type":"string"}},"wijkcode_buurten":{"name":"wijkcode","in":"query","description":"Filter the collection by property 'wijkcode'.","required":false,"style":"form","explode":false,"schema":{"title":"wijkcode","type":"string"}},"gemeentecode_buurten":{"name":"gemeentecode","in":"query","description":"Filter the collection by property 'gemeentecode'.","required":false,"style":"form","explode":false,"schema":{"title":"gemeentecode","type":"string"}},"gemeentenaam_buurten":{"name":"gemeentenaam","in":"query","description":"Filter the collection by property 'gemeentenaam'.","required":false,"style":"form","explode":false,"schema":{"title":"gemeentenaam","type":"string"}},"wijknaam_buurten":{"name":"wijknaam","in":"query","description":"Filter the collection by property 'wijknaam'.","required":false,"style":"form","explode":false,"schema":{"title":"wijknaam","type":"string"}},"id_kv_buurten":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"bbox-crsFeatures_energielabels":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_energielabels":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_energielabels":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","identificatie_bag_vbo","energielabel","definitief","pand_gebouwtype","pand_gebouwsubtype","status","gebruiksdoel","openbare_ruimte","huisnummer","huisletter","toevoeging","postcode","woonplaats","buurtnaam","wijknaam","id_kv"]}}},"fid_energielabels":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"identificatie_bag_vbo_energielabels":{"name":"identificatie_bag_vbo","in":"query","description":"Filter the collection by property 'identificatie_bag_vbo'.","required":false,"style":"form","explode":false,"schema":{"title":"identificatie_bag_vbo","type":"string"}},"energielabel_energielabels":{"name":"energielabel","in":"query","description":"Filter the collection by property 'energielabel'.","required":false,"style":"form","explode":false,"schema":{"title":"energielabel","type":"string"}},"definitief_energielabels":{"name":"definitief","in":"query","description":"Filter the collection by property 'definitief'.","required":false,"style":"form","explode":false,"schema":{"title":"definitief","type":"string"}},"pand_gebouwtype_energielabels":{"name":"pand_gebouwtype","in":"query","description":"Filter the collection by property 'pand_gebouwtype'.","required":false,"style":"form","explode":false,"schema":{"title":"pand_gebouwtype","type":"string"}},"pand_gebouwsubtype_energielabels":{"name":"pand_gebouwsubtype","in":"query","description":"Filter the collection by property 'pand_gebouwsubtype'.","required":false,"style":"form","explode":false,"schema":{"title":"pand_gebouwsubtype","type":"string"}},"status_energielabels":{"name":"status","in":"query","description":"Filter the collection by property 'status'.","required":false,"style":"form","explode":false,"schema":{"title":"status","type":"string"}},"gebruiksdoel_energielabels":{"name":"gebruiksdoel","in":"query","description":"Filter the collection by property 'gebruiksdoel'.","required":false,"style":"form","explode":false,"schema":{"title":"gebruiksdoel","type":"string"}},"openbare_ruimte_energielabels":{"name":"openbare_ruimte","in":"query","description":"Filter the collection by property 'openbare_ruimte'.","required":false,"style":"form","explode":false,"schema":{"title":"openbare_ruimte","type":"string"}},"huisnummer_energielabels":{"name":"huisnummer","in":"query","description":"Filter the collection by property 'huisnummer'.","required":false,"style":"form","explode":false,"schema":{"title":"huisnummer","type":"string"}},"huisletter_energielabels":{"name":"huisletter","in":"query","description":"Filter the collection by property 'huisletter'.","required":false,"style":"form","explode":false,"schema":{"title":"huisletter","type":"string"}},"toevoeging_energielabels":{"name":"toevoeging","in":"query","description":"Filter the collection by property 'toevoeging'.","required":false,"style":"form","explode":false,"schema":{"title":"toevoeging","type":"string"}},"postcode_energielabels":{"name":"postcode","in":"query","description":"Filter the collection by property 'postcode'.","required":false,"style":"form","explode":false,"schema":{"title":"postcode","type":"string"}},"woonplaats_energielabels":{"name":"woonplaats","in":"query","description":"Filter the collection by property 'woonplaats'.","required":false,"style":"form","explode":false,"schema":{"title":"woonplaats","type":"string"}},"buurtnaam_energielabels":{"name":"buurtnaam","in":"query","description":"Filter the collection by property 'buurtnaam'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtnaam","type":"string"}},"wijknaam_energielabels":{"name":"wijknaam","in":"query","description":"Filter the collection by property 'wijknaam'.","required":false,"style":"form","explode":false,"schema":{"title":"wijknaam","type":"string"}},"id_kv_energielabels":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"bbox-crsFeatures_gemeenteGrens":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_gemeenteGrens":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_gemeenteGrens":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","gemeentenaam","id_kv"]}}},"fid_gemeenteGrens":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"gemeentenaam_gemeenteGrens":{"name":"gemeentenaam","in":"query","description":"Filter the collection by property 'gemeentenaam'.","required":false,"style":"form","explode":false,"schema":{"title":"gemeentenaam","type":"string"}},"id_kv_gemeenteGrens":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"bbox-crsFeatures_kamersgewijzeVerhuur":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_kamersgewijzeVerhuur":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_kamersgewijzeVerhuur":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","volgnummer","zaaknummer","globale_locatie","bagid_vbo","type_woning","status_aanvraag","aantal_complex","maximaal_complex","buurtnaam","wijknaam","id_kv","dr_kv"]}}},"fid_kamersgewijzeVerhuur":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"volgnummer_kamersgewijzeVerhuur":{"name":"volgnummer","in":"query","description":"Filter the collection by property 'volgnummer'.","required":false,"style":"form","explode":false,"schema":{"title":"volgnummer","type":"string"}},"zaaknummer_kamersgewijzeVerhuur":{"name":"zaaknummer","in":"query","description":"Filter the collection by property 'zaaknummer'.","required":false,"style":"form","explode":false,"schema":{"title":"zaaknummer","type":"string"}},"globale_locatie_kamersgewijzeVerhuur":{"name":"globale_locatie","in":"query","description":"Filter the collection by property 'globale_locatie'.","required":false,"style":"form","explode":false,"schema":{"title":"globale_locatie","type":"string"}},"bagid_vbo_kamersgewijzeVerhuur":{"name":"bagid_vbo","in":"query","description":"Filter the collection by property 'bagid_vbo'.","required":false,"style":"form","explode":false,"schema":{"title":"bagid_vbo","type":"string"}},"type_woning_kamersgewijzeVerhuur":{"name":"type_woning","in":"query","description":"Filter the collection by property 'type_woning'.","required":false,"style":"form","explode":false,"schema":{"title":"type_woning","type":"string"}},"status_aanvraag_kamersgewijzeVerhuur":{"name":"status_aanvraag","in":"query","description":"Filter the collection by property 'status_aanvraag'.","required":false,"style":"form","explode":false,"schema":{"title":"status_aanvraag","type":"string"}},"aantal_complex_kamersgewijzeVerhuur":{"name":"aantal_complex","in":"query","description":"Filter the collection by property 'aantal_complex'.","required":false,"style":"form","explode":false,"schema":{"title":"aantal_complex","type":"string"}},"maximaal_complex_kamersgewijzeVerhuur":{"name":"maximaal_complex","in":"query","description":"Filter the collection by property 'maximaal_complex'.","required":false,"style":"form","explode":false,"schema":{"title":"maximaal_complex","type":"string"}},"buurtnaam_kamersgewijzeVerhuur":{"name":"buurtnaam","in":"query","description":"Filter the collection by property 'buurtnaam'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtnaam","type":"string"}},"wijknaam_kamersgewijzeVerhuur":{"name":"wijknaam","in":"query","description":"Filter the collection by property 'wijknaam'.","required":false,"style":"form","explode":false,"schema":{"title":"wijknaam","type":"string"}},"id_kv_kamersgewijzeVerhuur":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"dr_kv_kamersgewijzeVerhuur":{"name":"dr_kv","in":"query","description":"Filter the collection by property 'dr_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"dr_kv","type":"string"}},"bbox-crsFeatures_zonnepanelen":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_zonnepanelen":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_zonnepanelen":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","identificatie","bouwjaar","status","gebruiksdoel","oppervlakte_panelen","aantal_panelen","opbrengst","id_kv"]}}},"fid_zonnepanelen":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"identificatie_zonnepanelen":{"name":"identificatie","in":"query","description":"Filter the collection by property 'identificatie'.","required":false,"style":"form","explode":false,"schema":{"title":"identificatie","type":"string"}},"bouwjaar_zonnepanelen":{"name":"bouwjaar","in":"query","description":"Filter the collection by property 'bouwjaar'.","required":false,"style":"form","explode":false,"schema":{"title":"bouwjaar","type":"string"}},"status_zonnepanelen":{"name":"status","in":"query","description":"Filter the collection by property 'status'.","required":false,"style":"form","explode":false,"schema":{"title":"status","type":"string"}},"gebruiksdoel_zonnepanelen":{"name":"gebruiksdoel","in":"query","description":"Filter the collection by property 'gebruiksdoel'.","required":false,"style":"form","explode":false,"schema":{"title":"gebruiksdoel","type":"string"}},"oppervlakte_panelen_zonnepanelen":{"name":"oppervlakte_panelen","in":"query","description":"Filter the collection by property 'oppervlakte_panelen'.","required":false,"style":"form","explode":false,"schema":{"title":"oppervlakte_panelen","type":"string"}},"aantal_panelen_zonnepanelen":{"name":"aantal_panelen","in":"query","description":"Filter the collection by property 'aantal_panelen'.","required":false,"style":"form","explode":false,"schema":{"title":"aantal_panelen","type":"string"}},"opbrengst_zonnepanelen":{"name":"opbrengst","in":"query","description":"Filter the collection by property 'opbrengst'.","required":false,"style":"form","explode":false,"schema":{"title":"opbrengst","type":"string"}},"id_kv_zonnepanelen":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"fProcesses":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fProcess":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fJob":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fResults":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}}}}} \ No newline at end of file +{"openapi":"3.0.2","info":{"title":"Geonovum OGC API Demo Service","description":"This OGC API Service is provided by Geonovum from instructional purposes only. The code onGitHub is written with readability in mind, not performance.","contact":{"name":"Geonovum","url":"https://geonovum.nl","email":"info@geonovum.nl"},"license":{"name":"CC-BY 4.0 license","url":"https://creativecommons.org/licenses/by/4.0"},"version":"1.2.3"},"servers":[{"url":"http://localhost/demoservice/v1"}],"tags":[],"paths":{"/":{"get":{"tags":["Common"],"summary":"landing page","description":"The landing page provides links to the API definition (link relations `service-desc` and `service-doc`), the Conformance declaration (path `/conformance`, link relation `conformance`), and other resources in the API.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"getLandingPage","parameters":[{"$ref":"#/components/parameters/fCommon"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/landingPage"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/api":{"get":{"description":"This document","operationId":"getOpenApi","parameters":[{"$ref":"#/components/parameters/fCommon"}],"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}},"summary":"This document","tags":["Common"]}},"/conformance":{"get":{"tags":["Common"],"summary":"conformance declaration","description":"The URIs of all conformance classes supported by the server. This information is provided to support 'generic' clients that want to access multiple OGC API implementations - and not 'just' a specific API. For clients accessing only a single API, this information is in general not relevant and the OpenAPI definition details the required information about the API.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"getConformanceDeclaration","parameters":[{"$ref":"#/components/parameters/fCommon"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"example":{"conformsTo":["http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/landingPage","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json"]},"schema":{"$ref":"#/components/schemas/conformanceClasses"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections":{"get":{"tags":["Collections"],"summary":"feature collections in the dataset 'Daraa'","description":"The dataset is organized in feature collections. This resource provides information about and access to the feature collections.\nThe response contains the list of collections. For each collection, a link to the items in the collection (path `/collections/{collectionId}/items`, link relation `items`) as well as key information about the collection.\nThis information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"getCollections","parameters":[{"$ref":"#/components/parameters/fCollections"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collections"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/NAPPeilmerken":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'NAPPeilmerken'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"NAPPeilmerken.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/buurten":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'buurten'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"buurten.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/energielabels":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'energielabels'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"energielabels.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/gemeenteGrens":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'gemeenteGrens'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"gemeenteGrens.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/kamersgewijzeVerhuur":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'kamersgewijzeVerhuur'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"kamersgewijzeVerhuur.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/zonnepanelen":{"get":{"tags":["Collections"],"summary":"feature collection","description":"Information about the feature collection with id 'zonnepanelen'. The response contains a link to the items in the collection (path `/collections/{collectionId}/items`,link relation `items`) as well as key information about the collection. This information includes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A title and description for the collection;\n* An indication of the spatial and temporal extent of the data in the collection;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* The CRS in which the spatial geometries are stored in the data source (if data is requested in this CRS, the geometries are returned without any coordinate conversion);\n* An indicator about the type of the items in the collection (the default value is 'feature').","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"zonnepanelen.getCollection","parameters":[{"$ref":"#/components/parameters/fCollection"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/NAPPeilmerken/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'NAPPeilmerken'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"NAPPeilmerken.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_NAPPeilmerken"},{"$ref":"#/components/parameters/crsFeatures_NAPPeilmerken"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_NAPPeilmerken"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_NAPPeilmerken"},{"$ref":"#/components/parameters/boutnr_NAPPeilmerken"},{"$ref":"#/components/parameters/nap_in_m_NAPPeilmerken"},{"$ref":"#/components/parameters/gvl_NAPPeilmerken"},{"$ref":"#/components/parameters/muurcoord_x_NAPPeilmerken"},{"$ref":"#/components/parameters/muurcoord_y_NAPPeilmerken"},{"$ref":"#/components/parameters/ligging_NAPPeilmerken"},{"$ref":"#/components/parameters/omschrijving_NAPPeilmerken"},{"$ref":"#/components/parameters/eigenaar_NAPPeilmerken"},{"$ref":"#/components/parameters/status_NAPPeilmerken"},{"$ref":"#/components/parameters/x_coord_NAPPeilmerken"},{"$ref":"#/components/parameters/y_coord_NAPPeilmerken"},{"$ref":"#/components/parameters/id_kv_NAPPeilmerken"},{"$ref":"#/components/parameters/geometry_NAPPeilmerken"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_NAPPeilmerken"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/NAPPeilmerken/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'NAPPeilmerken'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"NAPPeilmerken.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_NAPPeilmerken"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_NAPPeilmerken"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_NAPPeilmerken"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/buurten/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'buurten'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"buurten.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_buurten"},{"$ref":"#/components/parameters/crsFeatures_buurten"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_buurten"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_buurten"},{"$ref":"#/components/parameters/buurtcode_buurten"},{"$ref":"#/components/parameters/buurtnaam_buurten"},{"$ref":"#/components/parameters/wijkcode_buurten"},{"$ref":"#/components/parameters/gemeentecode_buurten"},{"$ref":"#/components/parameters/gemeentenaam_buurten"},{"$ref":"#/components/parameters/wijknaam_buurten"},{"$ref":"#/components/parameters/id_kv_buurten"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_buurten"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/buurten/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'buurten'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"buurten.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_buurten"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_buurten"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_buurten"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/energielabels/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'energielabels'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"energielabels.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_energielabels"},{"$ref":"#/components/parameters/crsFeatures_energielabels"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_energielabels"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_energielabels"},{"$ref":"#/components/parameters/identificatie_bag_vbo_energielabels"},{"$ref":"#/components/parameters/energielabel_energielabels"},{"$ref":"#/components/parameters/definitief_energielabels"},{"$ref":"#/components/parameters/pand_gebouwtype_energielabels"},{"$ref":"#/components/parameters/pand_gebouwsubtype_energielabels"},{"$ref":"#/components/parameters/status_energielabels"},{"$ref":"#/components/parameters/gebruiksdoel_energielabels"},{"$ref":"#/components/parameters/openbare_ruimte_energielabels"},{"$ref":"#/components/parameters/huisnummer_energielabels"},{"$ref":"#/components/parameters/huisletter_energielabels"},{"$ref":"#/components/parameters/toevoeging_energielabels"},{"$ref":"#/components/parameters/postcode_energielabels"},{"$ref":"#/components/parameters/woonplaats_energielabels"},{"$ref":"#/components/parameters/buurtnaam_energielabels"},{"$ref":"#/components/parameters/wijknaam_energielabels"},{"$ref":"#/components/parameters/id_kv_energielabels"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_energielabels"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/energielabels/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'energielabels'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"energielabels.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_energielabels"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_energielabels"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_energielabels"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/gemeenteGrens/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'gemeenteGrens'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"gemeenteGrens.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_gemeenteGrens"},{"$ref":"#/components/parameters/crsFeatures_gemeenteGrens"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_gemeenteGrens"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_gemeenteGrens"},{"$ref":"#/components/parameters/gemeentenaam_gemeenteGrens"},{"$ref":"#/components/parameters/id_kv_gemeenteGrens"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_gemeenteGrens"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/gemeenteGrens/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'gemeenteGrens'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"gemeenteGrens.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_gemeenteGrens"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_gemeenteGrens"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_gemeenteGrens"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/kamersgewijzeVerhuur/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'kamersgewijzeVerhuur'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"kamersgewijzeVerhuur.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/crsFeatures_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/volgnummer_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/zaaknummer_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/globale_locatie_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/bagid_vbo_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/type_woning_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/status_aanvraag_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/aantal_complex_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/maximaal_complex_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/buurtnaam_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/wijknaam_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/id_kv_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/dr_kv_kamersgewijzeVerhuur"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_kamersgewijzeVerhuur"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/kamersgewijzeVerhuur/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'kamersgewijzeVerhuur'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"kamersgewijzeVerhuur.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_kamersgewijzeVerhuur"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_kamersgewijzeVerhuur"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/zonnepanelen/items":{"get":{"tags":["Features"],"summary":"retrieve features in the feature collection 'zonnepanelen'","description":"The response is a document consisting of features in the collection. The features included in the response are determined by the server based on the query parameters of the request.\n\nTo support access to larger collections without overloading the client, the API supports paged access with links to the next page, if more features are selected that the page size (maximum page size is 1000).\n\nThe `bbox` and `datetime` parameter can be used to select only a subset of the features in the collection (the features that are in the bounding box or time interval). The `bbox` parameter matches all features in the collection that are not associated with a location, too. The `datetime` parameter matches all features in the collection that are not associated with a time stamp or interval, too. The `limit` parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (`numberMatched` and `numberReturned`) as well as links to support paging (link relation `next`).\n\nSee the details of this operation for a description of additional query parameters supported by this resource.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"zonnepanelen.getItems","parameters":[{"$ref":"#/components/parameters/bbox"},{"$ref":"#/components/parameters/bbox-crsFeatures_zonnepanelen"},{"$ref":"#/components/parameters/crsFeatures_zonnepanelen"},{"$ref":"#/components/parameters/datetime"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/filter-crs"},{"$ref":"#/components/parameters/filter-lang"},{"$ref":"#/components/parameters/limitFeatures"},{"$ref":"#/components/parameters/offsetFeatures"},{"$ref":"#/components/parameters/properties_zonnepanelen"},{"$ref":"#/components/parameters/resultTypeFeatures"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"},{"$ref":"#/components/parameters/fid_zonnepanelen"},{"$ref":"#/components/parameters/identificatie_zonnepanelen"},{"$ref":"#/components/parameters/bouwjaar_zonnepanelen"},{"$ref":"#/components/parameters/status_zonnepanelen"},{"$ref":"#/components/parameters/gebruiksdoel_zonnepanelen"},{"$ref":"#/components/parameters/oppervlakte_panelen_zonnepanelen"},{"$ref":"#/components/parameters/aantal_panelen_zonnepanelen"},{"$ref":"#/components/parameters/opbrengst_zonnepanelen"},{"$ref":"#/components/parameters/id_kv_zonnepanelen"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJson_zonnepanelen"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/collections/zonnepanelen/items/{featureId}":{"get":{"tags":["Features"],"summary":"retrieve a feature in the feature collection 'zonnepanelen'","description":"Fetch the feature with id `{featureId}`.","externalDocs":{"description":"The specification that describes this operation: OGC API - Features - Part 1: Core","url":"https://docs.ogc.org/is/17-069r4/17-069r4.html"},"operationId":"zonnepanelen.getItem","parameters":[{"$ref":"#/components/parameters/featureId"},{"$ref":"#/components/parameters/crsFeatures_zonnepanelen"},{"$ref":"#/components/parameters/fFeatures"},{"$ref":"#/components/parameters/properties_zonnepanelen"},{"$ref":"#/components/parameters/schema"},{"$ref":"#/components/parameters/skipGeometry"}],"responses":{"200":{"description":"The operation was executed successfully.","headers":{"Content-Crs":{"description":"The coordinate reference system of coordinates in the response.","schema":{"type":"string","default":"","enum":["",""]}}},"content":{"text/csv":{"schema":{"$ref":"#/components/schemas/csv"}},"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJson_zonnepanelen"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes":{"get":{"tags":["Processes"],"summary":"Retrieve the list of available processes","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process.","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"getProcesses","parameters":[{"$ref":"#/components/parameters/fCollections"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Processes"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/add":{"get":{"tags":["Processes"],"summary":"Retrieve a process description","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. ","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"add.getProcesses","parameters":[{"$ref":"#/components/parameters/fProcesses"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/countFeatures":{"get":{"tags":["Processes"],"summary":"Retrieve a process description","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. ","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"countFeatures.getProcesses","parameters":[{"$ref":"#/components/parameters/fProcesses"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/echo":{"get":{"tags":["Processes"],"summary":"Retrieve a process description","description":"The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. ","externalDocs":{"description":"The specification that describes this operation: OGC API - Processes - Part 1","url":"https://docs.ogc.org/is/18-062r2/18-062r2.html"},"operationId":"echo.getProcesses","parameters":[{"$ref":"#/components/parameters/fProcesses"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"400":{"description":"Bad Request"},"405":{"description":"Method Not Allowed"},"406":{"description":"Not Acceptable"},"500":{"description":"Server Error"}}}},"/processes/add/execution":{"post":{"tags":["Processes"],"summary":"Process execution","description":"Create a new job.","operationId":"execute.add.getProcesses","requestBody":{"content":{"application/json":{"schema":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml"}}},"description":"Mandatory execute request JSON","required":true},"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"201":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml"},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"},"500":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml"}}}},"/processes/countFeatures/execution":{"post":{"tags":["Processes"],"summary":"Process execution","description":"Create a new job.","operationId":"execute.countFeatures.getProcesses","requestBody":{"content":{"application/json":{"schema":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml"}}},"description":"Mandatory execute request JSON","required":true},"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"201":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml"},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"},"500":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml"}}}},"/processes/echo/execution":{"post":{"tags":["Processes"],"summary":"Process execution","description":"Create a new job.","operationId":"execute.echo.getProcesses","requestBody":{"content":{"application/json":{"schema":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml"}}},"description":"Mandatory execute request JSON","required":true},"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"201":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml"},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"},"500":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml"}}}},"/jobs":{"get":{"description":"Retrieve a list of jobs","operationId":"getJobs","responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Jobs"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Retrieve jobs list","tags":["Jobs"]}},"/jobs/{jobId}":{"delete":{"description":"Cancel / delete job","operationId":"deleteJob","parameters":[{"description":"job identifier","in":"path","name":"jobId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Cancel / delete job","tags":["Jobs"]},"get":{"description":"Retrieve job details","operationId":"getJob","parameters":[{"description":"job identifier","in":"path","name":"jobId","required":true,"schema":{"type":"string"}},{"$ref":"#/components/parameters/fJob"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Retrieve job details","tags":["Jobs"]}},"/jobs{jobId}/results":{"get":{"description":"Retrieve job results","operationId":"getJobResults","parameters":[{"description":"job identifier","in":"path","name":"jobId","required":true,"schema":{"type":"string"}},{"$ref":"#/components/parameters/fResults"}],"responses":{"200":{"description":"The operation was executed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}},"text/html":{"schema":{"$ref":"#/components/schemas/htmlSchema"}}}},"404":{"$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml"}},"summary":"Retrieve job results","tags":["Jobs"]}}},"components":{"schemas":{"link":{"required":["href","rel"],"type":"object","properties":{"href":{"type":"string","format":"uri-reference"},"rel":{"description":"The type or semantics of the relation.","example":"alternate","type":"string"},"type":{"type":"string"},"title":{"type":"string"}}},"extent":{"type":"object","properties":{"temporal":{"$ref":"#/components/schemas/temporalExtent"},"spatial":{"$ref":"#/components/schemas/spatialExtent"}}},"spatialExtent":{"required":["bbox"],"type":"object","properties":{"crs":{"type":"string"},"bbox":{"$ref":"#/components/schemas/bbox"}}},"bbox":{"description":"One or more bounding boxes that describe the spatial extent of the dataset.","example":[7.01,50.63,7.22,50.78],"items":{"description":"West, south, east, north edges of the bounding box. Specified as coordinates separated by commas. The coordinates\nare in the coordinate reference system specified in `crs`. By default\nthis is WGS 84 longitude/latitude (CRS84).","items":{"type":"number"},"maxItems":6,"minItems":4,"type":"array"},"minItems":1,"type":"array"},"temporalExtent":{"required":["interval","trs"],"type":"object","properties":{"interval":{"$ref":"#/components/schemas/temporalInterval"},"trs":{"$ref":"#/components/schemas/trs"}}},"temporalInterval":{"description":"One or more time intervals that describe the temporal extent of the dataset.\nThe value `null` is supported and indicates an open time intervall.\nIn the Core only a single time interval is supported. Extensions may support\nmultiple intervals. If multiple intervals are provided, the union of the\nintervals describes the temporal extent.","items":{"description":"Begin and end times of the time interval. The timestamps\nare in the coordinate reference system specified in `trs`. By default\nthis is the Gregorian calendar.","example":["2010-02-15T12:34:56Z",null],"items":{"format":"date-time","nullable":true,"type":"string"},"maxItems":2,"minItems":2,"type":"array"},"minItems":1,"nullable":true,"type":"array"},"trs":{"default":"http://www.opengis.net/def/uom/ISO-8601/0/Gregorian","description":"Coordinate reference system of the coordinates in the temporal extent\n(property `interval`). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal coordinate reference system.\nExtensions may support additional temporal coordinate reference systems and add\nadditional enum values.","enum":["http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"],"type":"string"},"externalDocumentation":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"description":{"type":"string"}}},"htmlSchema":{"type":"string","example":"..."},"conformanceClasses":{"type":"object","required":["conformsTo"],"properties":{"conformsTo":{"example":["http://www.opengis.net/spec/ogcapi-common-1/1.0/req/core"],"type":"array","items":{"format":"uri","type":"string"}},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"landingPage":{"type":"object","required":["links"],"properties":{"extent":{"$ref":"#/components/schemas/extent"},"attribution":{"type":"string"},"externalDocs":{"$ref":"#/components/schemas/externalDocumentation"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"Collections":{"type":"object","required":["links","collections"],"properties":{"crs":{"type":"array","items":{"type":"string"}},"collections":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Collection"},{"$ref":"#/components/schemas/Collection-link"}]}},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"Collection-link":{"properties":{"links":{"items":{"$ref":"#/components/schemas/link"},"type":"array"}},"required":["links"],"type":"object"},"Collection":{"type":"object","required":["id","links"],"properties":{"storageCrs":{"type":"string"},"extent":{"$ref":"#/components/schemas/extent"},"storageCrsCoordinateEpoch":{"type":"number"},"crs":{"type":"array","items":{"type":"string"}},"itemType":{"type":"string"},"id":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"csv":{"type":"string"},"featureCollectionGeoJson_NAPPeilmerken":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_NAPPeilmerken"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_NAPPeilmerken":{"title":"NAPPeilmerken","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"title":"Feature id","type":"number"},"boutnr":{"type":"string"},"nap_in_m":{"type":"number","format":"float"},"gvl":{"type":"string"},"muurcoord_x":{"type":"number","format":"float"},"muurcoord_y":{"type":"number","format":"float"},"ligging":{"type":"string"},"omschrijving":{"type":"string"},"eigenaar":{"type":"string","enum":["Amstelveen","Rijkswaterstaat"]},"status":{"type":"string","enum":["Aanwezig"]},"x_coord":{"description":"x-coord in RD-New","type":"string","format":"float"},"y_coord":{"description":"y-coord in RD-New","type":"string","format":"float"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_buurten":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_buurten"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_buurten":{"title":"buurten","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"title":"Feature id","type":"number"},"buurtcode":{"type":"string"},"buurtnaam":{"type":"string"},"wijkcode":{"type":"string"},"gemeentecode":{"type":"string","enum":["GM0362"]},"gemeentenaam":{"type":"string","enum":["Amstelveen"]},"wijknaam":{"type":"string"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_energielabels":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_energielabels"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_energielabels":{"title":"energielabels","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"type":"number"},"identificatie_bag_vbo":{"type":"string"},"energielabel":{"type":"string"},"definitief":{"type":"string"},"pand_gebouwtype":{"type":"string"},"pand_gebouwsubtype":{"type":"string"},"status":{"type":"string"},"gebruiksdoel":{"type":"string"},"openbare_ruimte":{"type":"string"},"huisnummer":{"type":"number"},"huisletter":{"type":"string"},"toevoeging":{"type":"string"},"postcode":{"type":"string"},"woonplaats":{"type":"string"},"buurtnaam":{"type":"string"},"wijknaam":{"type":"string"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_gemeenteGrens":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_gemeenteGrens"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_gemeenteGrens":{"title":"gemeenteGrens","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"type":"number"},"gemeentenaam":{"type":"string"},"id_kv":{"type":"number"}}}},"description":"description something"},"featureCollectionGeoJson_kamersgewijzeVerhuur":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_kamersgewijzeVerhuur"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_kamersgewijzeVerhuur":{"title":"kamersgewijzeVerhuur","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"title":"Feature id","type":"number"},"volgnummer":{"type":"number"},"zaaknummer":{"type":"string"},"globale_locatie":{"type":"string"},"bagid_vbo":{"type":"string"},"type_woning":{"type":"string"},"status_aanvraag":{"type":"string"},"aantal_complex":{"type":"number"},"maximaal_complex":{"type":"number"},"buurtnaam":{"type":"string"},"wijknaam":{"type":"string"},"id_kv":{"type":"number"},"dr_kv":{"type":"string","format":"date-time"}}}},"description":"description something"},"featureCollectionGeoJson_zonnepanelen":{"required":["type","features"],"type":"object","properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"$ref":"#/components/schemas/featureGeoJson_zonnepanelen"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"timeStamp":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/timeStamp"},"numberMatched":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberMatched"},"numberReturned":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/numberReturned"}}},"featureGeoJson_zonnepanelen":{"title":"zonnepanelen","required":["type","geometry","properties"],"type":"object","properties":{"type":{"type":"string","enum":["Feature"]},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}},"id":{"type":"integer","format":"int32"},"geometry":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-features/master/core/openapi/ogcapi-features-1.yaml#/components/schemas/multilinestringGeoJSON"},"properties":{"required":["fid"],"type":"object","properties":{"fid":{"type":"number"},"identificatie":{"type":"number"},"bouwjaar":{"type":"string","format":"date-time"},"status":{"type":"string"},"gebruiksdoel":{"type":"string"},"oppervlakte_panelen":{"type":"number"},"aantal_panelen":{"type":"number"},"opbrengst":{"type":"number"},"id_kv":{"type":"string"}}}},"description":"description something"},"Processes":{"type":"object","required":["links","processes"],"properties":{"processes":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Collection"},{"$ref":"#/components/schemas/Collection-link"}]}},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"process-link":{"properties":{"links":{"items":{"$ref":"#/components/schemas/link"},"type":"array"}},"required":["links"],"type":"object"},"Process":{"type":"object","required":["id","links"],"properties":{"itemType":{"type":"string"},"id":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}},"Jobs":{"type":"object","required":["id","links"],"properties":{"itemType":{"type":"string"},"id":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/link"}}}}},"parameters":{"fCommon":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fCollections":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fCollection":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"bbox":{"name":"bbox","in":"query","description":"Only features that have a geometry that intersects the bounding box are selected.\nThe bounding box is provided as four numbers\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n\nThe coordinate reference system is\nWGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84)\nunless a different coordinate reference system is specified in the parameter `bbox-crs`.\n\nThe query parameter `bbox-crs` is specified in OGC API - Features - Part 2: Coordinate\nReference Systems by Reference.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of\nminimum longitude, minimum latitude, maximum longitude and maximum latitude.\nHowever, in cases where the box spans the antimeridian the first value\n(west-most box edge) is larger than the third value (east-most box edge).\n\nIf a feature has multiple spatial geometry properties, it is the decision of the\nserver whether only a single spatial geometry property is used to determine\nthe extent or all relevant geometries.\nThe given coordinates should be separated by commas.","required":false,"style":"form","explode":false,"schema":{"type":"array","maxItems":6,"minItems":4,"items":{"type":"number","format":"double"}}},"bbox-crsFeatures_NAPPeilmerken":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_NAPPeilmerken":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"datetime":{"name":"datetime","in":"query","description":"Either a date-time or an interval. Date and time expressions adhere to RFC 3339.\nIntervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n* A date-time: \"2018-02-12T23:20:50Z\"\n* A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n* Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n\nOnly features that have a temporal property that intersects the value of `datetime` are selected.","required":false,"style":"form","explode":false,"schema":{"pattern":"^(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])$|^(?:[nN][oO][wW])$|^(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])|(?:\\.\\.)?|(?:[nN][oO][wW]))/(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])|(?:\\.\\.)?|(?:[nN][oO][wW]))$|^(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])T(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]):(?:[0-5][0-9]|60)(?:\\.[0-9]+)?(Z|(\\+|-)(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]))$|^(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])T(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]):(?:[0-5][0-9]|60)(?:\\.[0-9]+)?(Z|(\\+|-)(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]))|(?:\\.\\.)?|(?:[nN][oO][wW]))/(?:(?:\\d{4})-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])T(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]):(?:[0-5][0-9]|60)(?:\\.[0-9]+)?(Z|(\\+|-)(?:[01][0-9]|2[0-3]):(?:[0-5][0-9]))|(?:\\.\\.)?|(?:[nN][oO][wW]))$","type":"string"}},"fFeatures":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["csv","html","json"]}},"filter":{"name":"filter","in":"query","description":"Filter features in the collection using the query expression in the parameter value. Filter expressions are written in the [Common Query Language (CQL2)](https://docs.ogc.org/is/21-065r1/21-065r1.html), which is an OGC Standard.\n\nThe recommended language for this query parameter is CQL2 Text (`filter-lang=cql2-text`).\n\nCQL2 Text expressions are similar to SQL expressions and also support spatial, temporal and array predicates. All property references must be queryables of the collection and must be declared in the Queryables sub-resource of the collection.\n\nThe following are examples of CQL Text expressions:\n\n* Logical operators (`AND`, `OR`, `NOT`) are supported\n* Simple comparison predicates (`=`, `<>`, `<`, `>`, `<=`, `>=`):\n * `address.LocalityName = 'Bonn'`\n * `measuredHeight > 10`\n * `storeysAboveGround <= 4`\n * `creationDate > DATE('2017-12-31')`\n * `creationDate < DATE('2018-01-01')`\n * `creationDate >= DATE('2018-01-01') AND creationDate <= DATE('2018-12-31')`\n* Advanced comparison operators (`LIKE`, `BETWEEN`, `IN`, `IS NULL`):\n * `name LIKE '%Kirche%'`\n * `measuredHeight BETWEEN 10 AND 20`\n * `address.LocalityName IN ('Bonn', 'Köln', 'Düren')`\n * `address.LocalityName NOT IN ('Bonn', 'Köln', 'Düren')`\n * `name IS NULL`\n * `name IS NOT NULL`\n* Spatial operators (the standard Simple Feature operators, e.g., `S_INTERSECTS`, `S_WITHIN`):\n * `S_INTERSECTS(bbox, POLYGON((8 52, 9 52, 9 53, 8 53, 8 52)))`\n* Temporal operators (e.g., `T_AFTER`, `T_BEFORE`, `T_INTERSECTS`)\n * `T_AFTER(creationDate, DATE('2018-01-01'))`\n * `T_BEFORE(creationDate, DATE('2018-01-01'))`\n * `T_INTERSECTS(creationDate, INTERVAL('2018-01-01','2018-12-31'))`\n * `T_INTERSECTS(INTERVAL(begin,end), INTERVAL('2018-01-01','2018-12-31'))`","required":false,"style":"form","explode":false,"schema":{"type":"string"}},"filter-crs":{"name":"filter-crs","in":"query","description":"Specify which of the supported CRSs to use to encode geometric values in a filter expression (parameter 'filter'). Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"filter-lang":{"name":"filter-lang","in":"query","description":"Language of the query expression in the 'filter' parameter. Supported are 'cql2-text' (default) and 'cql2-json', specified in the [OGC Standard 'Common Query Language (CQL2)'](https://docs.ogc.org/is/21-065r1/21-065r1.html). 'cql2-text' is an SQL-like text encoding for filter expressions that also supports spatial, temporal and array predicates. 'cql2-json' is a JSON encoding of that grammar, suitable for use as part of a JSON object that represents a query. The use of 'cql2-text' is recommended for filter expressions in the 'filter' parameter.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"cql2-text","enum":["cql2-text","cql2-json"]}},"limitFeatures":{"name":"limit","in":"query","description":"The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items are not counted. If the value is higher than the maximum page size, the maximum page size is used instead of the parameter value.","required":false,"style":"form","explode":false,"schema":{"maximum":1000,"minimum":1,"type":"integer","format":"int32","default":10}},"offsetFeatures":{"name":"offset","in":"query","description":"The optional offset parameter identifies the index of the first feature in the response in the overall result set.","required":false,"style":"form","explode":false,"schema":{"minimum":0,"type":"integer","format":"int32","default":0}},"properties_NAPPeilmerken":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","boutnr","nap_in_m","gvl","muurcoord_x","muurcoord_y","ligging","omschrijving","eigenaar","status","x_coord","y_coord","id_kv","geometry"]}}},"resultTypeFeatures":{"name":"result-type","in":"query","description":"'hitsOnly'.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["hitsOnly"]}},"schema":{"name":"schema","in":"query","description":"This option can be used to return features with a different schema.","required":false,"style":"form","explode":false,"schema":{"type":"string","example":"receivables","enum":["receivables"]}},"skipGeometry":{"name":"skipGeometry","in":"query","description":"Use this option to exclude geometries from the response for each feature.","required":false,"style":"form","explode":false,"schema":{"type":"boolean","default":false}},"featureId":{"name":"featureId","in":"path","description":"The local identifier of a feature, unique within the feature collection.","required":true,"schema":{"pattern":"[^/ ]+","type":"string"}},"fid_NAPPeilmerken":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"boutnr_NAPPeilmerken":{"name":"boutnr","in":"query","description":"Filter the collection by property 'boutnr'.","required":false,"style":"form","explode":false,"schema":{"title":"boutnr","type":"string"}},"nap_in_m_NAPPeilmerken":{"name":"nap_in_m","in":"query","description":"Filter the collection by property 'nap_in_m'.","required":false,"style":"form","explode":false,"schema":{"title":"nap_in_m","type":"string"}},"gvl_NAPPeilmerken":{"name":"gvl","in":"query","description":"Filter the collection by property 'gvl'.","required":false,"style":"form","explode":false,"schema":{"title":"gvl","type":"string"}},"muurcoord_x_NAPPeilmerken":{"name":"muurcoord_x","in":"query","description":"Filter the collection by property 'muurcoord_x'.","required":false,"style":"form","explode":false,"schema":{"title":"muurcoord_x","type":"string"}},"muurcoord_y_NAPPeilmerken":{"name":"muurcoord_y","in":"query","description":"Filter the collection by property 'muurcoord_y'.","required":false,"style":"form","explode":false,"schema":{"title":"muurcoord_y","type":"string"}},"ligging_NAPPeilmerken":{"name":"ligging","in":"query","description":"Filter the collection by property 'ligging'.","required":false,"style":"form","explode":false,"schema":{"title":"ligging","type":"string"}},"omschrijving_NAPPeilmerken":{"name":"omschrijving","in":"query","description":"Filter the collection by property 'omschrijving'.","required":false,"style":"form","explode":false,"schema":{"title":"omschrijving","type":"string"}},"eigenaar_NAPPeilmerken":{"name":"eigenaar","in":"query","description":"Filter the collection by property 'eigenaar'.","required":false,"style":"form","explode":false,"schema":{"title":"eigenaar","type":"string"}},"status_NAPPeilmerken":{"name":"status","in":"query","description":"Filter the collection by property 'status'.","required":false,"style":"form","explode":false,"schema":{"title":"status","type":"string"}},"x_coord_NAPPeilmerken":{"name":"x_coord","in":"query","description":"Filter the collection by property 'x_coord'.","required":false,"style":"form","explode":false,"schema":{"title":"x_coord","type":"string"}},"y_coord_NAPPeilmerken":{"name":"y_coord","in":"query","description":"Filter the collection by property 'y_coord'.","required":false,"style":"form","explode":false,"schema":{"title":"y_coord","type":"string"}},"id_kv_NAPPeilmerken":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"geometry_NAPPeilmerken":{"name":"geometry","in":"query","description":"Filter the collection by property 'geometry'.","required":false,"style":"form","explode":false,"schema":{"title":"geometry","type":"string"}},"bbox-crsFeatures_buurten":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_buurten":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_buurten":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","buurtcode","buurtnaam","wijkcode","gemeentecode","gemeentenaam","wijknaam","id_kv"]}}},"fid_buurten":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"buurtcode_buurten":{"name":"buurtcode","in":"query","description":"Filter the collection by property 'buurtcode'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtcode","type":"string"}},"buurtnaam_buurten":{"name":"buurtnaam","in":"query","description":"Filter the collection by property 'buurtnaam'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtnaam","type":"string"}},"wijkcode_buurten":{"name":"wijkcode","in":"query","description":"Filter the collection by property 'wijkcode'.","required":false,"style":"form","explode":false,"schema":{"title":"wijkcode","type":"string"}},"gemeentecode_buurten":{"name":"gemeentecode","in":"query","description":"Filter the collection by property 'gemeentecode'.","required":false,"style":"form","explode":false,"schema":{"title":"gemeentecode","type":"string"}},"gemeentenaam_buurten":{"name":"gemeentenaam","in":"query","description":"Filter the collection by property 'gemeentenaam'.","required":false,"style":"form","explode":false,"schema":{"title":"gemeentenaam","type":"string"}},"wijknaam_buurten":{"name":"wijknaam","in":"query","description":"Filter the collection by property 'wijknaam'.","required":false,"style":"form","explode":false,"schema":{"title":"wijknaam","type":"string"}},"id_kv_buurten":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"bbox-crsFeatures_energielabels":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_energielabels":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_energielabels":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","identificatie_bag_vbo","energielabel","definitief","pand_gebouwtype","pand_gebouwsubtype","status","gebruiksdoel","openbare_ruimte","huisnummer","huisletter","toevoeging","postcode","woonplaats","buurtnaam","wijknaam","id_kv"]}}},"fid_energielabels":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"identificatie_bag_vbo_energielabels":{"name":"identificatie_bag_vbo","in":"query","description":"Filter the collection by property 'identificatie_bag_vbo'.","required":false,"style":"form","explode":false,"schema":{"title":"identificatie_bag_vbo","type":"string"}},"energielabel_energielabels":{"name":"energielabel","in":"query","description":"Filter the collection by property 'energielabel'.","required":false,"style":"form","explode":false,"schema":{"title":"energielabel","type":"string"}},"definitief_energielabels":{"name":"definitief","in":"query","description":"Filter the collection by property 'definitief'.","required":false,"style":"form","explode":false,"schema":{"title":"definitief","type":"string"}},"pand_gebouwtype_energielabels":{"name":"pand_gebouwtype","in":"query","description":"Filter the collection by property 'pand_gebouwtype'.","required":false,"style":"form","explode":false,"schema":{"title":"pand_gebouwtype","type":"string"}},"pand_gebouwsubtype_energielabels":{"name":"pand_gebouwsubtype","in":"query","description":"Filter the collection by property 'pand_gebouwsubtype'.","required":false,"style":"form","explode":false,"schema":{"title":"pand_gebouwsubtype","type":"string"}},"status_energielabels":{"name":"status","in":"query","description":"Filter the collection by property 'status'.","required":false,"style":"form","explode":false,"schema":{"title":"status","type":"string"}},"gebruiksdoel_energielabels":{"name":"gebruiksdoel","in":"query","description":"Filter the collection by property 'gebruiksdoel'.","required":false,"style":"form","explode":false,"schema":{"title":"gebruiksdoel","type":"string"}},"openbare_ruimte_energielabels":{"name":"openbare_ruimte","in":"query","description":"Filter the collection by property 'openbare_ruimte'.","required":false,"style":"form","explode":false,"schema":{"title":"openbare_ruimte","type":"string"}},"huisnummer_energielabels":{"name":"huisnummer","in":"query","description":"Filter the collection by property 'huisnummer'.","required":false,"style":"form","explode":false,"schema":{"title":"huisnummer","type":"string"}},"huisletter_energielabels":{"name":"huisletter","in":"query","description":"Filter the collection by property 'huisletter'.","required":false,"style":"form","explode":false,"schema":{"title":"huisletter","type":"string"}},"toevoeging_energielabels":{"name":"toevoeging","in":"query","description":"Filter the collection by property 'toevoeging'.","required":false,"style":"form","explode":false,"schema":{"title":"toevoeging","type":"string"}},"postcode_energielabels":{"name":"postcode","in":"query","description":"Filter the collection by property 'postcode'.","required":false,"style":"form","explode":false,"schema":{"title":"postcode","type":"string"}},"woonplaats_energielabels":{"name":"woonplaats","in":"query","description":"Filter the collection by property 'woonplaats'.","required":false,"style":"form","explode":false,"schema":{"title":"woonplaats","type":"string"}},"buurtnaam_energielabels":{"name":"buurtnaam","in":"query","description":"Filter the collection by property 'buurtnaam'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtnaam","type":"string"}},"wijknaam_energielabels":{"name":"wijknaam","in":"query","description":"Filter the collection by property 'wijknaam'.","required":false,"style":"form","explode":false,"schema":{"title":"wijknaam","type":"string"}},"id_kv_energielabels":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"bbox-crsFeatures_gemeenteGrens":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_gemeenteGrens":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_gemeenteGrens":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","gemeentenaam","id_kv"]}}},"fid_gemeenteGrens":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"gemeentenaam_gemeenteGrens":{"name":"gemeentenaam","in":"query","description":"Filter the collection by property 'gemeentenaam'.","required":false,"style":"form","explode":false,"schema":{"title":"gemeentenaam","type":"string"}},"id_kv_gemeenteGrens":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"bbox-crsFeatures_kamersgewijzeVerhuur":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_kamersgewijzeVerhuur":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_kamersgewijzeVerhuur":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","volgnummer","zaaknummer","globale_locatie","bagid_vbo","type_woning","status_aanvraag","aantal_complex","maximaal_complex","buurtnaam","wijknaam","id_kv","dr_kv"]}}},"fid_kamersgewijzeVerhuur":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"volgnummer_kamersgewijzeVerhuur":{"name":"volgnummer","in":"query","description":"Filter the collection by property 'volgnummer'.","required":false,"style":"form","explode":false,"schema":{"title":"volgnummer","type":"string"}},"zaaknummer_kamersgewijzeVerhuur":{"name":"zaaknummer","in":"query","description":"Filter the collection by property 'zaaknummer'.","required":false,"style":"form","explode":false,"schema":{"title":"zaaknummer","type":"string"}},"globale_locatie_kamersgewijzeVerhuur":{"name":"globale_locatie","in":"query","description":"Filter the collection by property 'globale_locatie'.","required":false,"style":"form","explode":false,"schema":{"title":"globale_locatie","type":"string"}},"bagid_vbo_kamersgewijzeVerhuur":{"name":"bagid_vbo","in":"query","description":"Filter the collection by property 'bagid_vbo'.","required":false,"style":"form","explode":false,"schema":{"title":"bagid_vbo","type":"string"}},"type_woning_kamersgewijzeVerhuur":{"name":"type_woning","in":"query","description":"Filter the collection by property 'type_woning'.","required":false,"style":"form","explode":false,"schema":{"title":"type_woning","type":"string"}},"status_aanvraag_kamersgewijzeVerhuur":{"name":"status_aanvraag","in":"query","description":"Filter the collection by property 'status_aanvraag'.","required":false,"style":"form","explode":false,"schema":{"title":"status_aanvraag","type":"string"}},"aantal_complex_kamersgewijzeVerhuur":{"name":"aantal_complex","in":"query","description":"Filter the collection by property 'aantal_complex'.","required":false,"style":"form","explode":false,"schema":{"title":"aantal_complex","type":"string"}},"maximaal_complex_kamersgewijzeVerhuur":{"name":"maximaal_complex","in":"query","description":"Filter the collection by property 'maximaal_complex'.","required":false,"style":"form","explode":false,"schema":{"title":"maximaal_complex","type":"string"}},"buurtnaam_kamersgewijzeVerhuur":{"name":"buurtnaam","in":"query","description":"Filter the collection by property 'buurtnaam'.","required":false,"style":"form","explode":false,"schema":{"title":"buurtnaam","type":"string"}},"wijknaam_kamersgewijzeVerhuur":{"name":"wijknaam","in":"query","description":"Filter the collection by property 'wijknaam'.","required":false,"style":"form","explode":false,"schema":{"title":"wijknaam","type":"string"}},"id_kv_kamersgewijzeVerhuur":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"dr_kv_kamersgewijzeVerhuur":{"name":"dr_kv","in":"query","description":"Filter the collection by property 'dr_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"dr_kv","type":"string"}},"bbox-crsFeatures_zonnepanelen":{"name":"bbox-crs","in":"query","description":"The coordinate reference system of the `bbox` parameter. Default is WGS84 longitude/latitude.","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"crsFeatures_zonnepanelen":{"name":"crs","in":"query","description":"The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (with or without height).","required":false,"style":"form","explode":false,"schema":{"type":"string","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84","http://www.opengis.net/def/crs/EPSG/0/4326"]}},"properties_zonnepanelen":{"name":"properties","in":"query","description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.","required":false,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","enum":["fid","identificatie","bouwjaar","status","gebruiksdoel","oppervlakte_panelen","aantal_panelen","opbrengst","id_kv"]}}},"fid_zonnepanelen":{"name":"fid","in":"query","description":"Filter the collection by property 'fid'.","required":false,"style":"form","explode":false,"schema":{"title":"fid","type":"string"}},"identificatie_zonnepanelen":{"name":"identificatie","in":"query","description":"Filter the collection by property 'identificatie'.","required":false,"style":"form","explode":false,"schema":{"title":"identificatie","type":"string"}},"bouwjaar_zonnepanelen":{"name":"bouwjaar","in":"query","description":"Filter the collection by property 'bouwjaar'.","required":false,"style":"form","explode":false,"schema":{"title":"bouwjaar","type":"string"}},"status_zonnepanelen":{"name":"status","in":"query","description":"Filter the collection by property 'status'.","required":false,"style":"form","explode":false,"schema":{"title":"status","type":"string"}},"gebruiksdoel_zonnepanelen":{"name":"gebruiksdoel","in":"query","description":"Filter the collection by property 'gebruiksdoel'.","required":false,"style":"form","explode":false,"schema":{"title":"gebruiksdoel","type":"string"}},"oppervlakte_panelen_zonnepanelen":{"name":"oppervlakte_panelen","in":"query","description":"Filter the collection by property 'oppervlakte_panelen'.","required":false,"style":"form","explode":false,"schema":{"title":"oppervlakte_panelen","type":"string"}},"aantal_panelen_zonnepanelen":{"name":"aantal_panelen","in":"query","description":"Filter the collection by property 'aantal_panelen'.","required":false,"style":"form","explode":false,"schema":{"title":"aantal_panelen","type":"string"}},"opbrengst_zonnepanelen":{"name":"opbrengst","in":"query","description":"Filter the collection by property 'opbrengst'.","required":false,"style":"form","explode":false,"schema":{"title":"opbrengst","type":"string"}},"id_kv_zonnepanelen":{"name":"id_kv","in":"query","description":"Filter the collection by property 'id_kv'.","required":false,"style":"form","explode":false,"schema":{"title":"id_kv","type":"string"}},"fProcesses":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fProcess":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fJob":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}},"fResults":{"name":"f","in":"query","description":"Select the output format of the response. If no value is provided, the standard HTTP rules apply, i.e., the accept header will be used to determine the format.","required":false,"style":"form","explode":false,"schema":{"type":"string","enum":["html","json"]}}}}} \ No newline at end of file diff --git a/src/views/collection.pug b/src/views/collection.pug index 2dbaef1..4440208 100644 --- a/src/views/collection.pug +++ b/src/views/collection.pug @@ -11,18 +11,22 @@ block header - while (links[0] != serviceUrl) { - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Data - - let pathElement = linkSelf.substring(linkSelf.lastIndexOf("/") + 1); - li.breadcrumb-item.active(aria-current='page') - | #{pathElement} + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Data + - let pathElement = linkSelf.substring(linkSelf.lastIndexOf("/") + 1); + li.breadcrumb-item.active(aria-current='page') + | #{pathElement} + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/collections.pug b/src/views/collections.pug index 577e712..b108935 100644 --- a/src/views/collections.pug +++ b/src/views/collections.pug @@ -10,15 +10,21 @@ block header symbol#house-door-fill(viewbox='0 0 16 16') path(d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z') - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item.active(aria-current='page') - | Data + - let linkSelf = content.links.find(i => i.rel == 'self').href.split('?')[0] + + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item.active(aria-current='page') + | Data + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/feature.pug b/src/views/feature.pug index 45958d2..8394e61 100644 --- a/src/views/feature.pug +++ b/src/views/feature.pug @@ -15,23 +15,27 @@ block header - while (links[0] != serviceUrl) { - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Data - - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[2]) #{pathElement} - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[3]) Items - - let pathElement2 = links[4].substring(links[4].lastIndexOf("/") + 1); - li.breadcrumb-item.active(aria-current='page') - | #{pathElement2} + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Data + - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[2]) #{pathElement} + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[3]) Items + - let pathElement2 = links[4].substring(links[4].lastIndexOf("/") + 1); + li.breadcrumb-item.active(aria-current='page') + | #{pathElement2} + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/items.pug b/src/views/items.pug index 84e413e..25e6d70 100644 --- a/src/views/items.pug +++ b/src/views/items.pug @@ -15,20 +15,24 @@ block header - while (links[0] != serviceUrl) { - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Data - - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[2]) #{pathElement} - li.breadcrumb-item.active(aria-current='page') - | Items + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Data + - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[2]) #{pathElement} + li.breadcrumb-item.active(aria-current='page') + | Items + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/job.pug b/src/views/job.pug index 04931f1..392ba50 100644 --- a/src/views/job.pug +++ b/src/views/job.pug @@ -9,20 +9,24 @@ block header - let linkSelf = content.links.find(i => i.rel == 'self').href.split('?')[0] - let links = [ linkSelf ] - while (links[0] != serviceUrl) { - - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } + - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Jobs - - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); - li.breadcrumb-item.active(aria-current='page') - | #{pathElement} + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Jobs + - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); + li.breadcrumb-item.active(aria-current='page') + | #{pathElement} + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/jobs.pug b/src/views/jobs.pug index 152749e..9c7b299 100644 --- a/src/views/jobs.pug +++ b/src/views/jobs.pug @@ -6,15 +6,21 @@ block header symbol#house-door-fill(viewbox='0 0 16 16') path(d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z') - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item.active(aria-current='page') - | Jobs + - let linkSelf = content.links.find(i => i.rel == 'self').href.split('?')[0] + + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item.active(aria-current='page') + | Jobs + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/landingPage.pug b/src/views/landingPage.pug index 6d4bb3d..83b12ee 100644 --- a/src/views/landingPage.pug +++ b/src/views/landingPage.pug @@ -9,13 +9,17 @@ block header symbol#house-door-fill(viewbox='0 0 16 16') path(d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z') - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item.active - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item.active + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + ul.list-separated.m-0.p-0 + a(href=serviceUrl + '?f=json') JSON block content svg.d-none(xmlns='http://www.w3.org/2000/svg') diff --git a/src/views/process.pug b/src/views/process.pug index 48406cd..eb67976 100644 --- a/src/views/process.pug +++ b/src/views/process.pug @@ -9,20 +9,24 @@ block header - let linkSelf = content.links.find(i => i.rel == 'self').href.split('?')[0] - let links = [ linkSelf ] - while (links[0] != serviceUrl) { - - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } + - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Processes - - let pathElement = linkSelf.substring(linkSelf.lastIndexOf("/") + 1); - li.breadcrumb-item.active(aria-current='page') - | #{pathElement} + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Processes + - let pathElement = linkSelf.substring(linkSelf.lastIndexOf("/") + 1); + li.breadcrumb-item.active(aria-current='page') + | #{pathElement} + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/processes.pug b/src/views/processes.pug index aaa7b9e..e33b9ab 100644 --- a/src/views/processes.pug +++ b/src/views/processes.pug @@ -6,15 +6,21 @@ block header symbol#house-door-fill(viewbox='0 0 16 16') path(d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z') - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item.active(aria-current='page') - | Processes + - let linkSelf = content.links.find(i => i.rel == 'self').href.split('?')[0] + + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item.active(aria-current='page') + | Processes + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content diff --git a/src/views/results.pug b/src/views/results.pug index ac7d55e..0fa565c 100644 --- a/src/views/results.pug +++ b/src/views/results.pug @@ -9,22 +9,26 @@ block header - let linkSelf = content.links.find(i => i.rel == 'self').href.split('?')[0] - let links = [ linkSelf ] - while (links[0] != serviceUrl) { - - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } + - links.unshift(links[0].substr(0, links[0].lastIndexOf("/"))) } - nav(aria-label='breadcrumb') - ol.breadcrumb.breadcrumb-chevron.p-3.bg-body-tertiary.rounded-3 - li.breadcrumb-item - a.link-body-emphasis(href=serviceUrl) - svg.bi(width='16' height='16') - use(xlink:href='#house-door-fill') - span.visually-hidden serviceUrl - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Jobs - - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); - li.breadcrumb-item - a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[2]) #{pathElement} - li.breadcrumb-item.active(aria-current='page') - | Results + nav.navbar.navbar-light.bg-light.navbar-expand-sm + .container + #navbar.navbar-collapse.collapse.d-flex.justify-content-between.align-items-center + ol.breadcrumb.breadcrumb-chevron.p-0.bg-light + li.breadcrumb-item + a.link-body-emphasis(href=serviceUrl) + svg.bi(width='16' height='16') + use(xlink:href='#house-door-fill') + span.visually-hidden serviceUrl + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[1]) Jobs + - let pathElement = links[2].substring(links[2].lastIndexOf("/") + 1); + li.breadcrumb-item + a.link-body-emphasis.fw-semibold.text-decoration-none(href=links[2]) #{pathElement} + li.breadcrumb-item.active(aria-current='page') + | Results + ul.list-separated.m-0.p-0 + a(href=linkSelf + '?f=json') JSON block content