| 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 | |
| Keywords inside `allOf` that do not conflict with the parent schema can be elevated | /allOf/0/required |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /allOf/0/properties/antwoorden/items/properties/antwoord/description |
| Avoid keywords that don't apply to the type or types that the current subschema expects | /allOf/0/properties/antwoorden/items/properties/id/maxLength |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /allOf/0/properties/antwoorden/items/properties/id/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /allOf/0/properties/functioneleStructuurRef/description |
| Descriptions should not end with a period to give user interfaces flexibility in presenting the text | /allOf/1/properties/subFunctioneleStructuurRefs/description |