{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-yktc6lgdr/adres",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"letter": {
"type": "string"
},
"nummer": {
"type": "string"
},
"nummeraanduidingId": {
"type": "string"
},
"postcode": {
"type": "string"
},
"straat": {
"type": "string"
},
"toevoeging": {
"type": "string"
},
"woonplaats": {
"type": "string"
}
},
"required": [
"nummeraanduidingId",
"straat",
"nummer",
"woonplaats"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/Adres"
]
}