- SourceMeta name
- opleidingseenheid
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.335 bytes
- Bytes bundled
- 3.335 bytes
- Health
- 8%
- 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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afkorting/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/begindatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eigenOpleidingseenheidsleutel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/einddatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/internationaleNaamEngels/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/korteNaam/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/omschrijving/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opheffingsdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opleidingseenheidcode/description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/opleidingsherkomst/enum - /properties/opleidingsherkomst/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opleidingsherkomst/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/startdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/volledigeNaam/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/opleidingseenheid",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"afkorting": {
"description": "Is een korte omschrijving van de naam van de opleiding.",
"maxLength": 12,
"minLength": 1,
"type": "string"
},
"begindatum": {
"description": "De datum die het begin van de periode aangeeft (inclusief).",
"format": "date",
"type": "string"
},
"eigenOpleidingseenheidsleutel": {
"description": "Een identificerend kenmerk dat door een particuliere organisatie is bepaald voor een particuliere opleiding ten behoeve van uitwisseling in de keten.",
"maxLength": 60,
"minLength": 1,
"type": "string"
},
"einddatum": {
"description": "De datum die het einde van de periode aangeeft (exclusief).",
"format": "date",
"type": "string"
},
"id": {
"description": "Algemeen gegevenstype voor het vastleggen van een naam",
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"internationaleNaamEngels": {
"description": "De naam voor internationaal gebruik ter aanduiding van een opleidingseenheid zoals een opleiding, een opleidingsgroep, een opleidingsfase of een opleidingsonderdeel.",
"maxLength": 225,
"minLength": 1,
"type": "string"
},
"korteNaam": {
"description": "Korte naam voor een opleidingseenheid zoals een opleiding, een opleidingsgroep, een opleidingsfase of een opleidingsonderdeel.",
"maxLength": 40,
"minLength": 1,
"type": "string"
},
"omschrijving": {
"description": "Nadere beschrijving ",
"maxLength": 3000,
"type": "string"
},
"opheffingsdatum": {
"deprecated": true,
"description": "De datum die het einde van de periode aangeeft (exclusief).",
"format": "date",
"type": "string"
},
"opleidingseenheidcode": {
"description": "Een betekenisloze identifier voor een opleidingseenheid in de Registratie Instellingen en Opleidingen.",
"maxLength": 9,
"minLength": 9,
"pattern": "(\\d{4}O\\d{4})",
"type": "string"
},
"opleidingsherkomst": {
"description": "Geeft aan welke instantie zeggenschap heeft over de opleidingseenheid.",
"enum": [
"INSTELLING",
"NKC_EVC",
"NVAO",
"OCW",
"OCW_G",
"SBB",
"VORAAD"
],
"type": "string"
},
"startdatum": {
"deprecated": true,
"description": "De datum die het begin van de periode aangeeft (inclusief).",
"format": "date",
"type": "string"
},
"volledigeNaam": {
"description": "Lange naam voor een opleidingseenheid zoals een opleiding, een opleidingsgroep, een opleidingsfase of een opleidingsonderdeel.",
"maxLength": 225,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"opleidingseenheidcode",
"opleidingsherkomst",
"startdatum",
"volledigeNaam",
"begindatum"
],
"type": "object",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/Opleidingseenheid"
]
}