> For the complete documentation index, see [llms.txt](https://wotamann.gitbook.io/vuetify-form-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wotamann.gitbook.io/vuetify-form-base/schema-1/general.md).

# General

### Rules

1. The order of the props in the schema determine the order of display in the form
2. If a schema property exists, then this control is also displayed
3. If a model property exists without a corresponding schema property, then this control is not displayed and the corresponding model value is ignored.
4. If an empty object has been declared as a model, then vuetify-form-base attempts to generate a structure of the model using an even deep, nested schema as a template

### [Example](https://wotamann.github.io/basic)
