mirror of
https://gitlab.edgegamers.io/discord/ds-bot.git
synced 2025-12-06 00:32:44 -08:00
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"commands": {
|
|
"$ref": "./commands.schema.json"
|
|
},
|
|
"react-roles": {
|
|
"$ref": "./react-roles.schema.json"
|
|
},
|
|
"ds-voice": {
|
|
"$ref": "./ds-voice.schema.json"
|
|
},
|
|
"permissions": {
|
|
"$ref": "./permissions.schema.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"commands",
|
|
"react-roles",
|
|
"ds-voice",
|
|
"permissions"
|
|
]
|
|
} |