{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/top500nl-download-api-dze0-rgvr/fullcustomdownloadrequest",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"featuretypes": {
"items": {
"enum": [
"functioneelgebied",
"gebouw",
"geografischgebied",
"hoogte",
"inrichtingselement",
"plaats",
"registratiefgebied",
"spoorbaandeel",
"terrein",
"waterdeel",
"wegdeel"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"format": {
"enum": [
"gml"
],
"type": "string"
},
"geofilter": {
"type": "string"
}
},
"required": [
"format",
"featuretypes"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/brt/top1000nl/download/v1_0/openapi.json#/components/schemas/FullCustomDownloadRequest",
"https://api.pdok.nl/brt/top500nl/download/v1_0/openapi.json#/components/schemas/FullCustomDownloadRequest"
]
}