{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/address",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"volledigAdres": {
"description": "The address of the contact.",
"examples": [
"Prinses Beatrixlaan 2 2595 AL Den Haag Zuid-Holland"
],
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml"
]
}