2020-09-02 20:18:42 +08:00
|
|
|
|
{
|
|
|
|
|
"schema": {
|
|
|
|
|
"bsonType": "object",
|
2021-01-27 18:07:52 +08:00
|
|
|
|
"required": [],
|
2020-09-02 20:18:42 +08:00
|
|
|
|
"properties": {
|
|
|
|
|
"_id": {
|
|
|
|
|
"description": "ID,系统自动生成"
|
|
|
|
|
},
|
|
|
|
|
"user_id": {
|
2022-05-15 18:47:33 +08:00
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"foreignKey": "uni-id-users._id",
|
|
|
|
|
"description": "用户id,参考uni-id-users表"
|
|
|
|
|
},
|
2020-09-02 20:18:42 +08:00
|
|
|
|
"ua": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "userAgent"
|
|
|
|
|
},
|
2021-01-27 16:36:26 +08:00
|
|
|
|
"device_uuid": {
|
2020-09-02 20:18:42 +08:00
|
|
|
|
"bsonType": "string",
|
2021-01-27 18:07:52 +08:00
|
|
|
|
"description": "设备唯一标识"
|
2020-09-02 20:18:42 +08:00
|
|
|
|
},
|
|
|
|
|
"type": {
|
|
|
|
|
"bsonType": "string",
|
2021-01-27 18:07:52 +08:00
|
|
|
|
"enum": [
|
|
|
|
|
"login",
|
|
|
|
|
"logout"
|
|
|
|
|
],
|
2020-09-02 20:18:42 +08:00
|
|
|
|
"description": "登录类型"
|
|
|
|
|
},
|
2021-01-27 18:07:52 +08:00
|
|
|
|
"state": {
|
|
|
|
|
"bsonType": "int",
|
|
|
|
|
"description": "结果:0 失败、1 成功"
|
|
|
|
|
},
|
2020-09-02 20:18:42 +08:00
|
|
|
|
"ip": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "ip地址"
|
|
|
|
|
},
|
|
|
|
|
"create_date": {
|
|
|
|
|
"bsonType": "timestamp",
|
2020-11-23 17:39:09 +08:00
|
|
|
|
"description": "创建时间",
|
|
|
|
|
"forceDefaultValue": {
|
|
|
|
|
"$env": "now"
|
|
|
|
|
}
|
2020-09-02 20:18:42 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-01-27 18:07:52 +08:00
|
|
|
|
"index": [
|
|
|
|
|
{
|
|
|
|
|
"IndexName": "user_id",
|
|
|
|
|
"MgoKeySchema": {
|
|
|
|
|
"MgoIndexKeys": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "user_id",
|
|
|
|
|
"Direction": "1"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-01-27 19:54:19 +08:00
|
|
|
|
"MgoIsUnique": false
|
2021-01-27 18:07:52 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"IndexName": "device_uuid",
|
|
|
|
|
"MgoKeySchema": {
|
|
|
|
|
"MgoIndexKeys": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "device_uuid",
|
|
|
|
|
"Direction": "1"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-01-27 19:54:19 +08:00
|
|
|
|
"MgoIsUnique": false
|
2021-01-27 18:07:52 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|