2023-05-08 15:45:16 +02:00
|
|
|
{
|
|
|
|
"$jsonSchema": {
|
|
|
|
"required": [
|
2025-02-09 23:00:18 +01:00
|
|
|
"id",
|
2024-12-27 22:43:40 +01:00
|
|
|
"custom_role",
|
|
|
|
"custom_channel"
|
2023-05-08 15:45:16 +02:00
|
|
|
],
|
|
|
|
"properties": {
|
2025-02-09 23:00:18 +01:00
|
|
|
"id": {
|
2023-05-08 15:45:16 +02:00
|
|
|
"bsonType": "long",
|
|
|
|
"description": "Discord ID of user"
|
|
|
|
},
|
2024-12-27 22:43:40 +01:00
|
|
|
"custom_role": {
|
|
|
|
"bsonType": [
|
|
|
|
"null",
|
|
|
|
"long"
|
|
|
|
],
|
2023-05-08 15:45:16 +02:00
|
|
|
"description": "Discord ID of custom role or 'null' if not set"
|
|
|
|
},
|
2024-12-27 22:43:40 +01:00
|
|
|
"custom_channel": {
|
|
|
|
"bsonType": [
|
|
|
|
"null",
|
|
|
|
"long"
|
|
|
|
],
|
2023-05-08 15:45:16 +02:00
|
|
|
"description": "Discord ID of custom channel or 'null' if not set"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|