Added device client option

This commit is contained in:
2023-01-20 16:02:46 +01:00
parent 673c986ff9
commit daa3b0ca73
4 changed files with 9 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"user",
"name",
"os",
"client",
"last_save"
],
"properties": {
@@ -16,6 +17,9 @@
"os": {
"bsonType": "string"
},
"client": {
"bsonType": "string"
},
"last_save": {
"bsonType": ["int", "double"]
}