diff options
| author | grothedev <grothedev@gmail.com> | 2025-10-27 22:56:47 -0400 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-10-27 22:56:47 -0400 |
| commit | fe59d936a7dbb32a95a4236bcdf286f540dd8fae (patch) | |
| tree | cd66c69531539ae9e31ec66331ce8a19eabcd095 /models.txt | |
| parent | be8540404fcf06694ac85fd88d168b0644707055 (diff) | |
getting back to work on this. dont know why i never pushed models. might as well include these artifacts from claude.
Diffstat (limited to 'models.txt')
| -rw-r--r-- | models.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/models.txt b/models.txt new file mode 100644 index 0000000..340b8e0 --- /dev/null +++ b/models.txt @@ -0,0 +1,21 @@ +Link +@defaults +-label:string +-value:string +-tags:Tag[] +-desc:string +Tag +@defaults +-label:string +-refs:int #how many objects have this tag associated with them +File +-filename:string +-path:string +-source:string #ip, user, link? +-desc:string +-tags:Tag[] +User +-name:string +-email:string +-description:string +-password:string |
