{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/licentie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"begindatum": {
"description": "De datum die het begin van de periode aangeeft (inclusief).",
"format": "date",
"type": "string"
},
"einddatum": {
"description": "De datum die het einde van de periode aangeeft (exclusief).",
"format": "date",
"type": "string"
},
"herkomst": {
"description": "Geeft aan wat de bron van de licentie is.",
"enum": [
"BRANCHE",
"NKC_EVC",
"NLQF",
"NVAO",
"OCW",
"SNRO",
"SZW",
"VZP",
"VZP_MTGO"
],
"type": "string"
},
"id": {
"description": "De unieke aanduiding van een licentie.",
"maxLength": 36,
"minLength": 36,
"pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}",
"type": "string"
},
"licentiecode": {
"description": "De unieke aanduiding van een licentie.",
"maxLength": 36,
"minLength": 36,
"pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}",
"type": "string"
},
"stadium": {
"description": "De toestand waarin een licentie zich bevindt.",
"enum": [
"SLAPEND",
"STANDAARD",
"TIJDELIJK"
],
"type": "string"
}
},
"required": [
"begindatum",
"herkomst",
"id",
"licentiecode",
"stadium"
],
"type": "object",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/Licentie"
]
}