| Set a concise non-empty title at the top level of the schema to explain what the definition is about | |
| Set a non-empty description at the top level of the schema to explain what the definition is about in detail | |
| Set a non-empty examples array at the top level of the schema to illustrate the expected data | |
| Descriptions should not contain leading or trailing whitespace | /properties/beginInstroomperiode/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/begindatum/description |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/deelnemersplaatsenDeeltijd/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/deelnemersplaatsenDeeltijd/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/deelnemersplaatsenDeeltijd/format |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/deelnemersplaatsenDuaal/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/deelnemersplaatsenDuaal/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/deelnemersplaatsenDuaal/format |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/deelnemersplaatsenVoltijd/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/deelnemersplaatsenVoltijd/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/deelnemersplaatsenVoltijd/format |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/deficientie/enum – /properties/deficientie/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/deficientie/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/einddatum/description |
| Descriptions should not contain leading or trailing whitespace | /properties/eindeInstroomperiode/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/eisenWerkzaamheden/enum – /properties/eisenWerkzaamheden/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/eisenWerkzaamheden/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/opleidingseenheidcode/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/propedeutischeFase/enum – /properties/propedeutischeFase/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/propedeutischeFase/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/versneldTraject/enum – /properties/versneldTraject/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/versneldTraject/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/vestigingscode/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/vorm/enum – /properties/vorm/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/vorm/description |