You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
517 B
19 lines
517 B
// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
|
|
{
|
|
"bsonType": "object",
|
|
"required": ["_id", "value"],
|
|
"properties": {
|
|
"_id": {
|
|
"bsonType": "string",
|
|
"description": "key,格式:uni-id:[provider]:[appid]:[openid]:[access-token|user-access-token|session-key|encrypt-key-version|ticket]"
|
|
},
|
|
"value": {
|
|
"bsonType": "object",
|
|
"description": "字段_id对应的值"
|
|
},
|
|
"expired": {
|
|
"bsonType": "date",
|
|
"description": "过期时间"
|
|
}
|
|
}
|
|
}
|