45 Star 410 Fork 82

DCloud / opendb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
collection.json 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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": "timestamp",
"description": "过期时间"
}
}
}
}
1
https://gitee.com/dcloud/opendb.git
git@gitee.com:dcloud/opendb.git
dcloud
opendb
opendb
master

搜索帮助