{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/embeddedhoonderwijslicentie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"hoOnderwijsaccreditatie": {
"items": {
"$ref": "./hoonderwijsaccreditatie"
},
"type": "array"
},
"vestigingslicentie": {
"items": {
"$ref": "./vestigingslicentie"
},
"minLength": 1,
"type": "array"
},
"waarschuwing": {
"items": {
"$ref": "./waarschuwing"
},
"type": "array"
}
},
"required": [
"vestigingslicentie"
],
"type": "object",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/EmbeddedHoOnderwijslicentie"
]
}