- SourceMeta name
- embeddedhoonderwijslicentie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 838 bytes
- Bytes bundled
- 6.294 bytes
- Health
- 72%
- Dependencies
- 3
Dependencies
- At
- /properties/hoOnderwijsaccreditatie/items/$ref
- At
- /properties/vestigingslicentie/items/$ref
- At
- /properties/waarschuwing/items/$ref
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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/vestigingslicentie/minLength
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/embeddedhoonderwijslicentie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"hoOnderwijsaccreditatie": {
"items": {
"$ref": "./hoonderwijsaccreditatie"
},
"type": "array"
},
"vestigingslicentie": {
"items": {
"$ref": "./vestigingslicentie"
},
"minLength": 1,
"type": "array"
},
"waarschuwing": {
"items": {
"$ref": "./waarschuwing"
},
"type": "array"
}
},
"required": [
"vestigingslicentie"
],
"type": "object",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/EmbeddedHoOnderwijslicentie"
]
}