Schemas
Typed shapes your data is stored under. Evolving a schema creates a new version; existing objects stay valid.
| Name | Version | Fields | Objects | Created by |
|---|---|---|---|---|
| ActionItemSomething someone needs to do | v1 | 4 | 0 | user |
| BookRecommendationA recommended book with author, year, and why it fits the theme | v2 | 7 | 7 | user |
| DecisionA decision that was made, with its reasoning | v1 | 5 | 0 | user |
| NoteA free-form note worth keeping | v1 | 2 | 0 | user |