Field must have a non-null value.
| Kind | Attribute |
| Since | 0.1.0 |
<field>: <type> required
Maps to a NOT NULL column in the database; also enforced by validate.
model user
email: email required
⚠ Implementation touched after spec. Source code changed on
2026-05-21, but this entity's spec was last edited on2026-05-08. The description may be out of date.
| Spec last touched | 5da8498 (2026-05-08) |
| Source last touched | c01c7b5 (2026-05-21) |
| Source files | internal/parser/parser.go, internal/runtime/forms.go |