- SourceMeta name
- adres
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.516 bytes
- Bytes bundled
- 1.516 bytes
- Health
- 93%
- Dependencies
- -
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/adres",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"adresType": {
"examples": [
"Bezoekadres"
],
"maxLength": 250
},
"antwoordnummer": {
"examples": [
"12345"
],
"maxLength": 50
},
"huisnummer": {
"examples": [
"11"
],
"maxLength": 50
},
"land": {
"examples": [
"Nederland"
],
"maxLength": 250
},
"openbareRuimte": {
"examples": [
"Torenstraat"
],
"maxLength": 50,
"minLength": 1
},
"postbus": {
"examples": [
"20008"
],
"maxLength": 50
},
"postcode": {
"examples": [
"3438TT"
],
"maxLength": 50
},
"provincie": {
"examples": [
"https://identifier.overheid.nl/tooi/id/provincie/pv26"
],
"pattern": "^https://identifier\\.overheid\\.nl/tooi/id/[^/]+/[^/]+$"
},
"terAttentieVan": {
"examples": [
"Burgerzaken"
],
"maxLength": 255
},
"toelichting": {
"examples": [
"Lorem ipsum dolor sit amet, consectetur adipi..."
],
"maxLength": 2048
},
"toevoeging": {
"examples": [
"Eerste etage"
],
"maxLength": 250
},
"woonplaats": {
"examples": [
"Utrecht"
],
"maxLength": 2147483647,
"minLength": 1
}
},
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/Adres"
]
}