mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
26 lines
469 B
JSON
26 lines
469 B
JSON
{
|
||
"schema": {
|
||
"bsonType": "object",
|
||
"required": ["value", "expired"],
|
||
"permission": {
|
||
"read": false,
|
||
"create": false,
|
||
"update": false,
|
||
"delete": false
|
||
},
|
||
"properties": {
|
||
"_id": {
|
||
"description": "ID,系统自动生成"
|
||
},
|
||
"value": {
|
||
"description": "值"
|
||
},
|
||
"expired": {
|
||
"description": "过期时间",
|
||
"bsonType": "timestamp"
|
||
}
|
||
}
|
||
},
|
||
"index": []
|
||
}
|