| 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 | /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/code/description |
| Keywords inside `allOf` that do not conflict with the parent schema can be elevated | /properties/geometry/allOf/0/type – /properties/geometry/allOf/0/required – /properties/geometry/allOf/0/discriminator – /properties/geometry/allOf/0/description |
| Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix | /properties/geometry/allOf/0/discriminator |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/geometry/allOf/0/properties/coordinates/description |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/geometry/allOf/0/properties/type/enum – /properties/geometry/allOf/0/properties/type/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/geometry/allOf/1/properties/type/enum – /properties/geometry/allOf/1/properties/type/type |
| An `enum` of a single value can be expressed as `const` | /properties/geometry/allOf/1/properties/type/enum |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/id/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/id/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/id/format |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/jaarVanActiviteit/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/jaarVanActiviteit/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/jaarVanActiviteit/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/objectsubtype/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/objecttype/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/omschrijving/description |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/omtrek/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/omtrek/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/omtrek/format |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /properties/oppervlakte/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/oppervlakte/description |
| For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification | /properties/oppervlakte/format |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /properties/windrichting/description |