UNPKG

485 BJSONView Raw
1{
2 "$id": "ban",
3 "type": "object",
4 "required": [
5 "username",
6 "ban"
7 ],
8 "properties": {
9 "username": {
10 "type": "string",
11 "minLength": 1
12 },
13 "ban": {
14 "type": "boolean"
15 },
16 "remoteip": {
17 "type": "string",
18 "format": "ipv4"
19 },
20 "reason": {
21 "type": "string"
22 },
23 "whom": {
24 "type": "string"
25 }
26 }
27}
\No newline at end of file