| Set a concise non-empty title at the top level of the schema to explain what the definition is about | |
| Set a non-empty examples array at the top level of the schema to illustrate the expected data | |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/_links/description |
| Titles should not contain leading or trailing whitespace | /properties/_links/title |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/bronactualiteit/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/bronbeschrijving/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/brontype/description |
| Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older | /properties/geometrieLijn/allOf/0/$ref |
| Keywords inside `allOf` that do not conflict with the parent schema can be elevated | /properties/geometrieLijn/allOf/1/properties |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/geometrieLijn/allOf/1/properties/type/enum – /properties/geometrieLijn/allOf/1/properties/type/type |
| An `enum` of a single value can be expressed as `const` | /properties/geometrieLijn/allOf/1/properties/type/enum |
| Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older | /properties/geometriePunt/allOf/0/$ref |
| Keywords inside `allOf` that do not conflict with the parent schema can be elevated | /properties/geometriePunt/allOf/1/properties |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/geometriePunt/allOf/1/properties/type/enum – /properties/geometriePunt/allOf/1/properties/type/type |
| An `enum` of a single value can be expressed as `const` | /properties/geometriePunt/allOf/1/properties/type/enum |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/hoogte/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/hoogte/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/hoogte/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/identificatie/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/objectBeginTijd/description |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/tdnCode/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/tdnCode/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/tdnCode/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/type/description |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/visualisatieCode/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/visualisatieCode/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/visualisatieCode/format |