Discord/validation/warnings.json
2024-12-27 22:43:40 +01:00

18 lines
401 B
JSON

{
"$jsonSchema": {
"required": [
"user",
"warnings"
],
"properties": {
"user": {
"bsonType": "long",
"description": "Discord ID of user"
},
"warnings": {
"bsonType": "int",
"description": "Number of warnings on count"
}
}
}
}