mirror of
https://gitlab.edgegamers.io/discord/ds-bot.git
synced 2025-12-06 06:02:42 -08:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"enabled": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"name",
|
|
"enabled"
|
|
]
|
|
}
|
|
} |