mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-28 23:39:43 +08:00
21 lines
511 B
JSON
21 lines
511 B
JSON
|
{
|
|||
|
"schema": {
|
|||
|
"bsonType": "object",
|
|||
|
"required": ["_id", "value"],
|
|||
|
"properties": {
|
|||
|
"_id": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "key,格式:uni-id:[dcloudAppid]:[platform]:[openid]:[access-token|user-access-token|session-key|encrypt-key-version|ticket]"
|
|||
|
},
|
|||
|
"value": {
|
|||
|
"bsonType": "object",
|
|||
|
"description": "字段_id对应的值"
|
|||
|
},
|
|||
|
"expired": {
|
|||
|
"bsonType": "date",
|
|||
|
"description": "过期时间"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|