{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/gelabeldadres",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"adres": {
"letter": "a",
"nummer": "4",
"nummeraanduidingId": "0935200000064319",
"postcode": "2288 GK",
"straat": "Lange Kleiweg",
"toevoeging": "b",
"woonplaats": "Rijswijk"
}
}
],
"properties": {
"adres": {
"$ref": "./adres"
}
},
"required": [
"adres"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/GelabeldAdres",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/GelabeldAdres",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/GelabeldAdres"
]
}