mirror of
https://github.com/OSMA-D/osma-server.git
synced 2025-02-01 02:09:09 +03:00
28 lines
543 B
JSON
28 lines
543 B
JSON
{
|
|
"$jsonSchema": {
|
|
"bsonType": "object",
|
|
"required": ["app_id", "version", "url", "timestamp", "platform", "type"],
|
|
"properties": {
|
|
"name_id": {
|
|
"bsonType": "string",
|
|
"minLength": 3,
|
|
"maxLength": 5
|
|
},
|
|
"version": {
|
|
"bsonType": "string"
|
|
},
|
|
"url": {
|
|
"bsonType": "string"
|
|
},
|
|
"platform": {
|
|
"bsonType": "string"
|
|
},
|
|
"type": {
|
|
"bsonType": "string"
|
|
},
|
|
"timestamp": {
|
|
"bsonType": "number"
|
|
}
|
|
}
|
|
}
|
|
}
|