-
Notifications
You must be signed in to change notification settings - Fork 36
/
categories.yml
105 lines (104 loc) · 2.17 KB
/
categories.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
categories:
type: object
properties:
category_list:
type: object
properties:
can_create_category:
type: boolean
description:
can_create_topic:
type: boolean
description:
draft:
type: boolean
description:
draft_key:
type: string
description:
draft_sequence:
type: integer
description:
categories:
type: array
description:
items:
$ref: '#/definitions/category'
category:
type: object
properties:
id:
type: integer
description: "The id for the category"
name:
type: string
description:
color:
type: string
description:
text_color:
type: string
description:
slug:
type: string
description:
topic_count:
type: integer
description:
post_count:
type: integer
description:
position:
type: integer
description:
description:
type: string
description:
description_text:
type: string
description:
topic_url:
type: string
description:
logo_url:
type: string
description:
background_url:
type: string
description:
read_restricted:
type: boolean
description:
permission:
type: integer
description:
notification_level:
type: string
description:
can_edit:
type: boolean
description:
topic_template:
type: string
description:
has_children:
type: boolean
description:
topics_day:
type: integer
description:
topics_week:
type: integer
description:
topics_month:
type: integer
description:
topics_year:
type: integer
description:
topics_all_time:
type: integer
description:
description_excerpt:
type: string
description: