aboutsummaryrefslogtreecommitdiff
path: root/documentation/schemas/Feed
blob: a67bc4072dfd5756badd7ae3712f629bb763dc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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