integrated_traffic_uniapp/uniCloud-aliyun/database/opendb-tempdata.schema.json

26 lines
385 B
JSON
Raw Permalink Normal View History

2024-01-16 17:24:49 +08:00
{
"bsonType": "object",
"required": [
"value",
"expired"
],
"permission": {
"read": false,
"create": false,
"update": false,
"delete": false
},
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"value": {
"description": "值"
},
"expired": {
"description": "过期时间",
"bsonType": "timestamp"
}
},
"version": "0.0.1"
}