- SourceMeta name
- hoopleidingsinrichting
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.888 bytes
- Bytes bundled
- 3.888 bytes
- Health
- -
- 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_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/beginInstroomperiode/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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/deelnemersplaatsenDeeltijd/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/deelnemersplaatsenDeeltijd/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/deelnemersplaatsenDeeltijd/format
- 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/deelnemersplaatsenDuaal/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/deelnemersplaatsenDuaal/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/deelnemersplaatsenDuaal/format
- 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/deelnemersplaatsenVoltijd/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/deelnemersplaatsenVoltijd/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/deelnemersplaatsenVoltijd/format
- 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/deficientie/enum - /properties/deficientie/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/deficientie/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_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/eindeInstroomperiode/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/eisenWerkzaamheden/enum - /properties/eisenWerkzaamheden/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eisenWerkzaamheden/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/propedeutischeFase/enum - /properties/propedeutischeFase/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/propedeutischeFase/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/versneldTraject/enum - /properties/versneldTraject/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/versneldTraject/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/vestigingscode/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/vorm/enum - /properties/vorm/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/vorm/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/hoopleidingsinrichting",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"beginInstroomperiode": {
"description": "De eerste dag dat een student in een cohort van een aangeboden opleiding met een flexibele instroom kan beginnen. ",
"format": "date",
"type": "string"
},
"begindatum": {
"description": "De datum die het begin van de periode aangeeft (inclusief).",
"format": "date",
"type": "string"
},
"deelnemersplaatsenDeeltijd": {
"description": "Het aantal studenten dat per jaar kan deelnemen aan een opleiding.",
"format": "int32",
"maximum": 32000,
"minimum": 1,
"type": "integer"
},
"deelnemersplaatsenDuaal": {
"description": "Het aantal studenten dat per jaar kan deelnemen aan een opleiding.",
"format": "int32",
"maximum": 32000,
"minimum": 1,
"type": "integer"
},
"deelnemersplaatsenVoltijd": {
"description": "Het aantal studenten dat per jaar kan deelnemen aan een opleiding.",
"format": "int32",
"maximum": 32000,
"minimum": 1,
"type": "integer"
},
"deficientie": {
"description": "Geeft aan of inschrijving met onvoldoende vooropleiding mogelijk is.",
"enum": [
"DEFICIENTIES",
"GEEN_DEFICIENTIES"
],
"type": "string"
},
"einddatum": {
"description": "De datum die het einde van de periode aangeeft (exclusief).",
"format": "date",
"type": "string"
},
"eindeInstroomperiode": {
"description": "De laatste dag dat een student kan beginnen in een cohort van een aangeboden opleiding met een flexibele instroom. ",
"format": "date",
"type": "string"
},
"eisenWerkzaamheden": {
"description": "Geeft aan of er eisen zijn gesteld aan het type werkzaamheden die verricht worden in het kader van de opleiding.",
"enum": [
"EISEN",
"GEEN_EISEN"
],
"type": "string"
},
"opleidingseenheidcode": {
"description": "Een identificatie van een opleidingseenheid in het register Instellingen en Opleidingen.",
"maxLength": 9,
"minLength": 1,
"type": "string"
},
"propedeutischeFase": {
"description": "Geeft aan of de aangeboden opleiding een propedeutische fase kent en of deze wordt afgesloten met een propedeutisch examen.",
"enum": [
"GEEN_PROPEDEUTISCHE_FASE",
"PROPEDEUTISCHE_FASE_EXAMEN",
"PROPEDEUTISCHE_FASE_ZONDER_EXAMEN"
],
"type": "string"
},
"versneldTraject": {
"description": "Geeft aan of een student een versneld programma volgt zodat het opleiding in minder tijd dan normaal doorlopen kan worden.",
"enum": [
"VERSNELD_TRAJECT",
"GEEN_VERSNELD_TRAJECT"
],
"type": "string"
},
"vestigingscode": {
"description": "Een unieke identificatie voor een vestigingserkenning in de Registratie Instellingen en Opleidingen.",
"maxLength": 6,
"minLength": 6,
"pattern": "([0-9]{2}[A-Z]{2}[0-9]{2})",
"type": "string"
},
"vorm": {
"description": "De mogelijke manieren waarop de kennisoverdracht is ingericht in het hoger onderwijs wat betreft aanwezigheid en de duur van de aanwezigheid.",
"enum": [
"DEELTIJD",
"DUAAL",
"VOLTIJD"
],
"type": "string"
}
},
"required": [
"beginInstroomperiode",
"begindatum",
"opleidingseenheidcode",
"propedeutischeFase",
"vestigingscode",
"vorm"
],
"type": "object",
"x-class-extra-annotation": "@Relation(collectionRelation = \"HoOpleidingsinrichtingen\")",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/HoOpleidingsinrichting"
]
}