2020-07-31 18:34:27 +08:00
|
|
|
|
{
|
|
|
|
|
"schema": {
|
|
|
|
|
"bsonType": "object",
|
2020-10-26 15:57:54 +08:00
|
|
|
|
"required": ["name", "create_date"],
|
2020-07-31 18:34:27 +08:00
|
|
|
|
"properties": {
|
|
|
|
|
"_id": {
|
|
|
|
|
"description": "存储文档 ID(文章 ID),系统自动生成"
|
|
|
|
|
},
|
|
|
|
|
"name": {
|
|
|
|
|
"bsonType": "string",
|
2020-10-26 15:57:54 +08:00
|
|
|
|
"description": "类别名称",
|
|
|
|
|
"title":"类别名称"
|
2020-07-31 18:34:27 +08:00
|
|
|
|
},
|
|
|
|
|
"description": {
|
|
|
|
|
"bsonType": "string",
|
2020-10-26 15:57:54 +08:00
|
|
|
|
"description": "类别描述",
|
|
|
|
|
"title":"类别描述"
|
2020-07-31 18:34:27 +08:00
|
|
|
|
},
|
|
|
|
|
"create_date": {
|
|
|
|
|
"bsonType": "timestamp",
|
2020-10-26 15:57:54 +08:00
|
|
|
|
"description": "创建时间",
|
|
|
|
|
"defaultValue": {
|
|
|
|
|
"$env": "now"
|
|
|
|
|
}
|
2020-07-31 18:34:27 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"data": [],
|
|
|
|
|
"index": []
|
|
|
|
|
}
|