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