- SourceMeta name
- sovsoonderwijssoort
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.511 bytes
- Bytes bundled
- 1.511 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /enum - /type
- 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_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
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-uitvoering-onderwijs/rio-lod-api-a2amj_gdg/sovsoonderwijssoort",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De verdeling in onderwijs in het speciaal onderwijs en het voortgezet speciaal onderwijs bestemd voor kinderen voor wie vaststaat dat overwegend een orthopedagogische en orthodidactische benadering aangewezen is.",
"enum": [
"DOOF",
"DOOF_EN_VISUEEL_GEHANDICAPT",
"DOOF_EN_ZEER_MOEILIJK_LEREND",
"ERNSTIGE_SPRAAK_MOEILIJKHEDEN",
"IOBK",
"LANGDURIG_ZIEK_LICHAMELIJK",
"LANGDURIG_ZIEK_NIET_LICHAMELIJK",
"LEER_EN_OPVOEDINGSMOEILIJKHEDEN",
"LICHAMELIJK_GEHANDICAPT",
"LICHAMELIJK_GEHANDICAPT_EN_ZEER_MOEILIJK_LEREND",
"LZ",
"MGA01",
"MGA02",
"MGA03",
"MGA04",
"MGA06",
"MGA07",
"MGB01",
"MGB02",
"MGB03",
"MGB05",
"MGB06",
"MGF01",
"MGF02",
"MGF03",
"MGF04",
"MGF05",
"MGF07",
"MGH01",
"MGH02",
"MGJ01",
"MOEILIJK_LEREND",
"PEDOLOGISCH_INSTITUUT",
"SLECHT_HOREND",
"SLECHT_HOREND_EN_ZEER_MOEILIJK_LEREND",
"VISUEEL_GEHANDICAPT",
"VISUEEL_GEHANDICAPT_EN_ZEER_MOEILIJK_LEREND",
"ZEER_MOEILIJK_LEREND",
"ZEER_MOEILIJK_OPVOEDBAAR",
"ZH",
"ZH1",
"ZH2"
],
"type": "string",
"x-derived-from": [
"https://lod.onderwijsregistratie.nl/rio-api/assets/RIO_LOD_API_v2.yml#/components/schemas/SoVsoOnderwijssoort"
]
}