Discord/validation/warnings.json

18 lines
401 B
JSON
Raw Normal View History

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"
}
}
}
}