docs: include an example data model in json

This commit is contained in:
Price Hiller 2023-02-04 23:45:29 -06:00
parent 38208513b2
commit 70978c2b3d

13
example.json Normal file
View File

@ -0,0 +1,13 @@
{
"WhiteListGroupName": {
"permissions": [],
"discord_role_id": "",
"members": [
{
"discord_id": "",
"steam64": "",
"discord_username": ""
}
]
}
}