{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/email",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"email": {
"examples": [
"info@vallei-veluwe.nl"
],
"maxLength": 250
},
"label": {
"examples": [
"algemeen"
],
"maxLength": 25
}
},
"required": [
"email"
],
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/Email"
]
}