aboutsummaryrefslogtreecommitdiff
path: root/documentation/schemas/Feed
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/schemas/Feed')
-rw-r--r--documentation/schemas/Feed19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/schemas/Feed b/documentation/schemas/Feed
new file mode 100644
index 00000000..a67bc407
--- /dev/null
+++ b/documentation/schemas/Feed
@@ -0,0 +1,19 @@
+.. -*-restructuredtext-*-
+
+
+Schema for a Feed object
+===========================
+
+ {
+ feed_id: (str),
+ type: (int),
+ feed_image: (datetime),
+ feed_title: (str),
+ feed_link: (str),
+ site_link: (str),
+ mail: (bool),
+ }
+
+
+Schema description
+==================
bgstack15