- SourceMeta name
- onderwijslocatiegebruik
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.374 bytes
- Bytes bundled
- 1.374 bytes
- Health
- 20%
- 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/eigenOnderwijslocatiegebruikSleutel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/inBedrijfdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/uitBedrijfdatum/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/onderwijslocatiegebruik",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"eigenOnderwijslocatiegebruikSleutel": {
"description": "Een identificerend kenmerk dat door een onderwijsorganisatie is bepaald voor het gebruik van een onderwijslocatie ten behoeve van uitwisseling in de keten.",
"maxLength": 60,
"minLength": 1,
"type": "string"
},
"id": {
"description": "Algemeen gegevenstype voor het vastleggen van een naam",
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"inBedrijfdatum": {
"description": "De datum waarop een onderwijsbestuur een onderwijslocatie in gebruik neemt.",
"format": "date",
"type": "string"
},
"uitBedrijfdatum": {
"description": "De datum waarop een onderwijsbestuur stopt met het gebruik van een onderwijslocatie.",
"format": "date",
"type": "string"
}
},
"required": [
"id",
"inBedrijfdatum"
],
"type": "object",
"x-class-extra-annotation": "@Relation(collectionRelation = \"Onderwijslocatiegebruiken\")",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/Onderwijslocatiegebruik"
]
}