- SourceMeta name
- aangebodenopleiding
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.606 bytes
- Bytes bundled
- 3.606 bytes
- Health
- -
- 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/aangebodenOpleidingcode/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/afwijkendeOpleidingsduureenheid/enum - /properties/afwijkendeOpleidingsduureenheid/type
- 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/afwijkendeOpleidingsduuromvang/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afwijkendeOpleidingsduuromvang/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/afwijkendeOpleidingsduuromvang/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eersteInstroomdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eigenAangebodenOpleidingsleutel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eigennaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eigennaamEngels/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/id/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/laatsteInstroomdatum/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/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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/aangebodenopleiding",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"discriminator": {
"propertyName": "type"
},
"properties": {
"aangebodenOpleidingcode": {
"description": "De unieke aanduiding van een aangeboden opleiding voor uitwisseling in de keten.",
"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"
},
"afwijkendeOpleidingsduureenheid": {
"description": "De hoeveelheid waarin de studieduur wordt uitgedrukt",
"enum": [
"J",
"M",
"W",
"D",
"U"
],
"type": "string"
},
"afwijkendeOpleidingsduuromvang": {
"description": "De lengte in tijd van een studie uitgedrukt in studieduur eenheden.",
"format": "int32",
"maximum": 500,
"minimum": 0,
"type": "integer"
},
"eersteInstroomdatum": {
"description": "Moment waarop voor het eerst deelnemers de betreffende opleiding kunnen volgen.",
"format": "date",
"type": "string"
},
"eigenAangebodenOpleidingsleutel": {
"description": "Een identificerend kenmerk dat door een onderwijsorganisatie is bepaald voor een aangeboden opleiding ten behoeve van uitwisseling in de keten.",
"maxLength": 60,
"minLength": 1,
"type": "string"
},
"eigennaam": {
"description": "Naam waaronder de opleiding wordt aangeboden door een onderwijsaanbieder.",
"maxLength": 225,
"minLength": 1,
"type": "string"
},
"eigennaamEngels": {
"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"
},
"einddatum": {
"description": "De datum die het einde van de periode aangeeft (exclusief).",
"format": "date",
"type": "string"
},
"id": {
"description": "De unieke aanduiding van een aangeboden opleiding voor uitwisseling in de keten.",
"format": "uuid",
"type": "string"
},
"laatsteInstroomdatum": {
"description": "De laatste datum dat aspirant studenten kunnen instromen op een opleiding.",
"format": "date",
"type": "string"
},
"omschrijving": {
"description": "Nadere beschrijving ",
"maxLength": 3000,
"type": "string"
},
"startdatum": {
"description": "De datum die het begin van de periode aangeeft (inclusief).",
"format": "date",
"type": "string"
},
"type": {
"description": "Geeft aan wat voor soort AangebodenOpleiding het betreft. ",
"enum": [
"AANGEBODENBOOPLEIDING",
"AANGEBODENHOOPLEIDING",
"AANGEBODENHOOPLEIDINGSONDERDEEL",
"AANGEBODENMBOOPLEIDING",
"AANGEBODENMBOOPLEIDINGSONDERDEEL",
"AANGEBODENPARTICULIEREOPLEIDING",
"AANGEBODENSOOPLEIDING",
"AANGEBODENVAVOOPLEIDING",
"AANGEBODENVOOPLEIDING",
"AANGEBODENVSOOPLEIDING"
],
"type": "string"
}
},
"required": [
"aangebodenOpleidingcode",
"id",
"startdatum",
"type"
],
"type": "object",
"x-class-extra-annotation": "@Relation(collectionRelation = \"AangebodenOpleidingen\")",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/AangebodenOpleiding"
]
}