- SourceMeta name
- hoonderwijsaccreditatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.829 bytes
- Bytes bundled
- 2.829 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_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afbouwdatum/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/beoordelingskader/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/besluitdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/inleverdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/intrekkingsdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/nVAOdossiernummer/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/uitsteldatum/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/uitstelreden/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/vervaldatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/voorwaardendatum/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/hoonderwijsaccreditatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"afbouwdatum": {
"description": "De datum waarop een opleiding moet zijn beƫindigd als de accreditatie voor een nieuwe opleiding is komen te vervallen of als de accreditatie van een nieuwe of bestaande opleiding, al dan niet tussentijds, is ingetrokken.",
"format": "date",
"type": "string"
},
"begindatum": {
"description": "De datum die het begin van de periode aangeeft (inclusief).",
"format": "date",
"type": "string"
},
"beoordelingskader": {
"description": "Beschrijft het beoordelingsnummer en het staatscourantjaar waartegen de opleiding is getoetst door de Nederlands-Vlaamse Accreditatieorganisatie.",
"maxLength": 200,
"type": "string"
},
"besluitdatum": {
"description": "De datum waarop het besluit betreffende de aanvraag is genomen. ",
"format": "date",
"type": "string"
},
"inleverdatum": {
"description": "De uiterste datum van indiening van een visitatierapport door een instelling bij de NVAO ter behoud van accreditatie bestaande opleiding.",
"format": "date",
"type": "string"
},
"intrekkingsdatum": {
"description": "De datum van inwerkingtreding van het besluit van de NVAO of de minister dat tot (tussentijdse) intrekking van accreditatie nieuwe of bestaande opleiding wordt overgegaan.",
"format": "date",
"type": "string"
},
"nVAOdossiernummer": {
"description": "Een identificerende nummer van een accreditatiedossier van de Nederlands-Vlaamse Accreditatieorganisatie.",
"maxLength": 200,
"type": "string"
},
"uitsteldatum": {
"description": "De datum tot wanneer de instelling uitstel heeft gekregen om ervoor te zorgen dat de opleiding weer voldoet aan de normen voor accreditatie.",
"format": "date",
"type": "string"
},
"uitstelreden": {
"description": "Nadere beschrijving ",
"maxLength": 3000,
"type": "string"
},
"vervaldatum": {
"description": "De datum die het einde van de periode aangeeft (exclusief).",
"format": "date",
"type": "string"
},
"voorwaardendatum": {
"description": "De uiterste datum van indiening van een rapport door een instelling bij de NVAO waaruit blijkt dat de instelling aan de voorwaarden heeft voldaan.",
"format": "date",
"type": "string"
}
},
"required": [
"begindatum"
],
"type": "object",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/HoOnderwijsaccreditatie"
]
}