adjust pricing

This commit is contained in:
Asim Aslam
2021-06-08 09:47:44 +01:00
parent 47ceb4b2de
commit 702fda8269
10 changed files with 26 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ message Record {
string created = 4;
// Time the file was updated e.g 2021-05-20T13:37:21Z
string updated = 5;
// Any other associated metadata
// Any other associated metadata as a map of key-value pairs
map<string,string> metadata = 6;
}

View File

@@ -3,9 +3,9 @@
"icon": "📁",
"category": "storage",
"pricing": {
"File.List": 100,
"File.Read": 100,
"File.Save": 100,
"File.Delete": 100
"File.List": 1,
"File.Read": 1,
"File.Save": 1,
"File.Delete": 1
}
}