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

Contents of /branches/5.x/config/schema/system.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 2826 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 {
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 "Custom",
81 "Competing"
82 ]
83 }
84 },
85 "required": [
86 "type"
87 ],
88 "additionalProperties": false
89 },
90 "commands": {
91 "type": "object",
92 "properties": {
93 "mention_prefix": {
94 "type": "boolean",
95 "default": true
96 }
97 },
98 "additionalProperties": false,
99 "default": {}
100 },
101 "enable_file_filter": {
102 "type": "boolean",
103 "default": false
104 }
105 },
106 "additionalProperties": false,
107 "$schema": "http://json-schema.org/draft-07/schema#"
108 }

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26