mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
adjust pricing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user