{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/embeddedcontactadres",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"buitenlandsAdres": {
"items": {
"$ref": "./buitenlandsadres"
},
"type": "array"
},
"nederlandsAdres": {
"items": {
"$ref": "./nederlandsadres"
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/EmbeddedContactadres"
]
}