Skip to content

Commit b78d931

Browse files
committed
Essentials Json File
1 parent 69890e8 commit b78d931

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

converters/types/essentialschat.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@
55
"EssentialsChatConfig": {
66
"type": "object",
77
"properties": {
8-
"format": {
9-
"type": "string"
10-
},
11-
"group-formats": {
8+
"chat": {
129
"type": "object",
13-
"additionalProperties": {
14-
"type": "string"
10+
"properties": {
11+
"format": {
12+
"type": "string"
13+
},
14+
"group-formats": {
15+
"type": "object",
16+
"additionalProperties": {
17+
"type": "string"
18+
}
19+
}
1520
}
1621
}
17-
}
22+
},
23+
"required": [
24+
"chat"
25+
]
1826
}
1927
}
2028
}

0 commit comments

Comments
 (0)