The Schema is the core of your app. You will design the data model and the behavior of your Control panel and API.
When creating a new project, your base.hjson file contains one table, the auhty table. This is the authentication and rights (or user) table. It is required since the back end will depends on it for the login and privileges.
The base schema will compile, you can try adding to the model. See the Schema Doc.
Keywords
There is a multitudes of keywords to be used in the hjson files but they pertain to only 4 categories:
- Database: the top level of the hjson
- Table: second level
- Colum: third level
- Behavior: third level