| Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix | /discriminator |
| 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/beginAanmeldperiode/description |
| 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/code/description |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/deelnemersplaatsen/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/deelnemersplaatsen/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/deelnemersplaatsen/format |
| Descriptions should not contain leading or trailing whitespace | /properties/eindeAanmeldperiode/description |
| Descriptions should not contain leading or trailing whitespace | /properties/eindeInstroomperiode/description |
| Descriptions should not contain leading or trailing whitespace | /properties/instroommoment/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/opleidingseinddatum/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/status/enum – /properties/status/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/toelichtingVereisteToestemming/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/toestemmingVereistVoorAanmelding/enum – /properties/toestemmingVereistVoorAanmelding/type |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/toestemmingVereistVoorAanmelding/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/type/enum – /properties/type/type |
| Descriptions should not contain leading or trailing whitespace | /properties/type/description |