Discord/validation/warnings.json

18 lines
407 B
JSON
Raw Normal View History

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