- SourceMeta name
- opleiding
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 5.705 bytes
- Bytes bundled
- 5.705 bytes
- Health
- 6%
- Dependencies
- -
Health issues
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /discriminator
- 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
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/eQF/enum - /properties/eQF/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eQF/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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/iSCED/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/iSCED/description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/iSCED/format
- 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
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/nLQF/enum - /properties/nLQF/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/nLQF/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
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/type/enum - /properties/type/type
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/type/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
- 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/waardedocumentsoort/enum - /properties/waardedocumentsoort/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/waardedocumentsoort/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/opleiding",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"discriminator": {
"propertyName": "type"
},
"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"
},
"eQF": {
"description": "Het Europees Kwalificatieraamwerk waardoor opleidingen binnen Europese landen (globaal) ingeschat kunnen worden op hun niveau.",
"enum": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"
],
"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"
},
"iSCED": {
"description": "Het kwalificatieraamwerk waardoor opleidingen internationaal ingeschat kunnen worden op hun niveau.",
"format": "int32",
"maximum": 999,
"minimum": 0,
"type": "integer"
},
"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"
},
"nLQF": {
"description": "Het Nederlands Kwalificatieraamwerk waardoor opleidingen binnen Nederland ingeschat kunnen worden op hun niveau.",
"enum": [
"1",
"2",
"3",
"4",
"4p",
"5",
"6",
"7",
"8"
],
"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"
},
"type": {
"description": "Geeft aan wat voor soort opleidingseenheid het betreft. ",
"enum": [
"BOGROEP",
"BOOPLEIDING",
"BOOPLEIDINGSFASE",
"BUITENLANDSE_OPLEIDING",
"EDUCATIEOPLEIDING",
"EDUCATIEOPLEIDINGSONDERDEEL",
"EVCSTANDAARD",
"HOONDERWIJSEENHEDENCLUSTER",
"HOONDERWIJSEENHEID",
"HOOPLEIDING",
"MBOCERTIFICEERBAREEENHEID",
"MBOCROSS_OVERKWALIFICATIE",
"MBODEELKWALIFICATIE",
"MBODOMEIN",
"MBOGENERIEKEXAMENONDERDEEL",
"MBOKEUZEDEEL",
"MBOKWALIFICATIE",
"MBOKWALIFICATIEDOSSIER",
"MBOREGIONAALKEUZEDEEL",
"MBOREGIONALEKWALIFICATIE",
"PARTICULIEREOPLEIDING",
"SOGROEP",
"SOOPLEIDING",
"VAVOGROEP",
"VAVOOPLEIDING",
"VAVOOPLEIDINGSFASE",
"VOGROEP",
"VOOPLEIDING",
"VOOPLEIDINGSFASE",
"VOSTAGE",
"VOVAK",
"VSOGROEP",
"VSOOPLEIDING",
"VSOOPLEIDINGSFASE"
],
"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"
},
"waardedocumentsoort": {
"description": "Aanduiding van het soort waardedocument dat kan worden of is behaald.",
"enum": [
"CERTIFICAAT",
"DIPLOMA",
"GEEN_OFFICIEEL_DOCUMENT",
"GETUIGSCHRIFT",
"SCHOOLADVIES",
"VAKBEKWAAMHEIDSBEWIJS"
],
"type": "string"
}
},
"required": [
"id",
"opleidingseenheidcode",
"opleidingsherkomst",
"startdatum",
"type",
"volledigeNaam",
"begindatum"
],
"type": "object",
"x-class-extra-annotation": "@Relation(collectionRelation = \"Opleidingen\")",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/Opleiding"
],
"x-implements": "nl.ocwduo.ggm.lod.assembler.opleidingseenheid.IOpleidingseenheid"
}