2023-05-08 16:45:16 +03:00
|
|
|
{
|
|
|
|
"$jsonSchema": {
|
|
|
|
"required": [
|
|
|
|
"user",
|
2024-12-27 23:43:40 +02:00
|
|
|
"warnings"
|
2023-05-08 16:45:16 +03:00
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"user": {
|
|
|
|
"bsonType": "long",
|
|
|
|
"description": "Discord ID of user"
|
|
|
|
},
|
2024-12-27 23:43:40 +02:00
|
|
|
"warnings": {
|
2023-05-08 16:45:16 +03:00
|
|
|
"bsonType": "int",
|
|
|
|
"description": "Number of warnings on count"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|