aboutsummaryrefslogtreecommitdiff
path: root/config_schema.json
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-04-01 04:42:12 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-04-01 04:42:12 +0300
commit17afd3f8c7a016d5103be949990efb695de865b5 (patch)
tree5fa9a3a0cbf418b7e4913e9aef2df3d5981030f3 /config_schema.json
parent5c238db1da48e6c1d51a3d00f6a661f99de03784 (diff)
Limit the file storage by an optional quota
Diffstat (limited to 'config_schema.json')
-rw-r--r--config_schema.json3
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"
}
}
},