{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/kadastralekaart-download-api-z4raargdg/deltacustomdownloadrequest",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"deltaId": {
"type": "string"
},
"featuretypes": {
"items": {
"enum": [
"perceel",
"kadastralegrens",
"kwaliteit"
],
"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/kadaster/kadastralekaart/download/v5_0/openapi.json#/components/schemas/DeltaCustomDownloadRequest"
]
}