mirror of
https://github.com/AsgardEternal/DiscordWhitelist.git
synced 2025-01-02 09:49:13 -06:00
docs: include an example data model in json
This commit is contained in:
parent
38208513b2
commit
70978c2b3d
13
example.json
Normal file
13
example.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"WhiteListGroupName": {
|
||||||
|
"permissions": [],
|
||||||
|
"discord_role_id": "",
|
||||||
|
"members": [
|
||||||
|
{
|
||||||
|
"discord_id": "",
|
||||||
|
"steam64": "",
|
||||||
|
"discord_username": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user