summaryrefslogtreecommitdiff
path: root/models.txt
diff options
context:
space:
mode:
Diffstat (limited to 'models.txt')
-rw-r--r--models.txt21
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