/[sudobot]/branches/6.x/config/schema/system.json
ViewVC logotype

Annotation of /branches/6.x/config/schema/system.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 6143 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "type": "object",
3     "properties": {
4     "$schema": {
5     "type": "string"
6     },
7     "emojis": {
8     "type": "object",
9     "additionalProperties": {
10     "type": "string"
11     },
12     "default": {}
13     },
14     "sync_emojis": {
15     "type": "boolean",
16     "default": false
17     },
18     "system_admins": {
19     "type": "array",
20     "items": {
21     "type": "string"
22     },
23     "default": []
24     },
25     "snippets": {
26     "type": "object",
27     "properties": {
28     "save_attachments": {
29     "type": "boolean",
30     "default": false
31     }
32     },
33     "additionalProperties": false
34     },
35     "disabled_commands": {
36     "type": "array",
37     "items": {
38     "type": "string"
39     },
40     "default": []
41     },
42     "restart_exit_code": {
43     "type": "integer",
44     "default": 1
45     },
46     "trust_proxies": {
47     "type": "integer"
48     },
49     "presence": {
50     "type": "object",
51     "properties": {
52     "name": {
53     "type": "string"
54     },
55     "status": {
56     "type": "string",
57     "enum": [
58     "online",
59     "idle",
60     "dnd",
61     "invisible"
62     ]
63     },
64     "url": {
65     "type": "string"
66     },
67     "type": {
68     "type": "string",
69     "enum": [
70     "0",
71     "1",
72     "2",
73     "3",
74     "4",
75     "5",
76     "Playing",
77     "Streaming",
78     "Listening",
79     "Watching",
80     "Competing"
81     ]
82     }
83     },
84     "required": [
85     "type"
86     ],
87     "additionalProperties": false
88     },
89     "commands": {
90     "type": "object",
91     "properties": {
92     "mention_prefix": {
93     "type": "boolean",
94     "default": true
95     }
96     },
97     "additionalProperties": false,
98     "default": {}
99     },
100     "enable_file_filter": {
101     "type": "boolean",
102     "default": false
103     },
104     "default_permissions_mode": {
105     "type": "string",
106     "enum": [
107     "ignore",
108     "overwrite",
109     "check"
110     ],
111     "default": "check"
112     },
113     "api": {
114     "type": "object",
115     "properties": {
116     "enabled": {
117     "type": "boolean",
118     "default": true
119     },
120     "server_status": {
121     "type": "string",
122     "enum": [
123     "operational",
124     "degraded",
125     "partial_outage",
126     "major_outage",
127     "maintenence",
128     "error"
129     ],
130     "default": "operational"
131     },
132     "server_status_description": {
133     "type": "string"
134     },
135     "server_status_started_at": {
136     "anyOf": [
137     {
138     "allOf": [
139     {
140     "type": "string"
141     },
142     {
143     "type": "string",
144     "format": "date-time"
145     }
146     ]
147     },
148     {
149     "type": "string",
150     "format": "date-time"
151     }
152     ],
153     "default": "2023-12-06T12:13:21.952Z"
154     }
155     },
156     "additionalProperties": false,
157     "default": {}
158     },
159     "extensions": {
160     "type": "object",
161     "properties": {
162     "default_mode": {
163     "type": "string",
164     "enum": [
165     "enable_all",
166     "disable_all"
167     ],
168     "default": "enable_all"
169     }
170     },
171     "additionalProperties": false,
172     "default": {}
173     },
174     "log_server": {
175     "type": "object",
176     "properties": {
177     "enabled": {
178     "type": "boolean",
179     "default": false
180     },
181     "auto_start": {
182     "type": "boolean",
183     "default": false
184     }
185     },
186     "additionalProperties": false
187     },
188     "logging": {
189     "type": "object",
190     "properties": {
191     "enabled": {
192     "type": "boolean",
193     "default": false
194     },
195     "channels": {
196     "type": "object",
197     "properties": {
198     "echo_send_logs": {}
199     },
200     "additionalProperties": false
201     }
202     },
203     "additionalProperties": false
204     },
205     "sync_permission_managers_on_boot": {
206     "type": "boolean",
207     "default": false
208     },
209     "debug_mode": {
210     "type": "boolean",
211     "default": false
212     }
213     },
214     "additionalProperties": false,
215     "$schema": "http://json-schema.org/draft-07/schema#"
216     }

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26