From 70978c2b3d2544afc0d2c32f0d515bb4b73daef6 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 4 Feb 2023 23:45:29 -0600 Subject: [PATCH] docs: include an example data model in json --- example.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example.json diff --git a/example.json b/example.json new file mode 100644 index 0000000..9c0f9d1 --- /dev/null +++ b/example.json @@ -0,0 +1,13 @@ +{ + "WhiteListGroupName": { + "permissions": [], + "discord_role_id": "", + "members": [ + { + "discord_id": "", + "steam64": "", + "discord_username": "" + } + ] + } +}