Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user