mirror of
https://github.com/OSMA-D/osma-server.git
synced 2025-02-01 10:19:08 +03:00
29 lines
543 B
JSON
29 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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|