diff options
Diffstat (limited to 'config_schema.json')
-rw-r--r-- | config_schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_schema.json b/config_schema.json index e77b8c3..ab25307 100644 --- a/config_schema.json +++ b/config_schema.json @@ -24,6 +24,9 @@ }, ":user": { "type": "string" + }, + ":quota": { + "type": "string" } } }, |