2020-07-31 18:34:27 +08:00
|
|
|
|
{
|
|
|
|
|
"schema": {
|
|
|
|
|
"bsonType": "object",
|
2020-10-26 19:59:14 +08:00
|
|
|
|
"required": ["name"],
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"permission": {
|
|
|
|
|
"read": true,
|
|
|
|
|
"create": false,
|
|
|
|
|
"update": false,
|
|
|
|
|
"delete": false
|
|
|
|
|
},
|
2020-07-31 18:34:27 +08:00
|
|
|
|
"properties": {
|
|
|
|
|
"_id": {
|
|
|
|
|
"description": "存储文档 ID(文章 ID),系统自动生成"
|
|
|
|
|
},
|
2020-10-01 03:41:25 +08:00
|
|
|
|
"parent_id": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "父ID,用于多级分类"
|
|
|
|
|
},
|
2020-07-31 18:34:27 +08:00
|
|
|
|
"name": {
|
|
|
|
|
"bsonType": "string",
|
2020-10-26 15:57:54 +08:00
|
|
|
|
"description": "类别名称",
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"title": "类别名称",
|
|
|
|
|
"trim": "both"
|
2020-07-31 18:34:27 +08:00
|
|
|
|
},
|
2020-10-01 04:01:33 +08:00
|
|
|
|
"icon": {
|
|
|
|
|
"bsonType": "string",
|
2020-10-26 19:59:14 +08:00
|
|
|
|
"description": "类别图标/图片地址",
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"title": "图标地址",
|
2020-12-23 20:20:34 +08:00
|
|
|
|
"pattern": "^(http://|https://|/|./|@/)\\S",
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"trim": "both"
|
2020-10-01 04:01:33 +08:00
|
|
|
|
},
|
|
|
|
|
"sort": {
|
|
|
|
|
"bsonType": "int",
|
2020-10-26 19:59:14 +08:00
|
|
|
|
"description": "类别排序,越大越靠后",
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"title": "排序"
|
2020-10-01 04:01:33 +08:00
|
|
|
|
},
|
2020-07-31 18:34:27 +08:00
|
|
|
|
"description": {
|
|
|
|
|
"bsonType": "string",
|
2020-10-26 15:57:54 +08:00
|
|
|
|
"description": "类别描述",
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"title": "类别描述",
|
|
|
|
|
"trim": "both"
|
2020-07-31 18:34:27 +08:00
|
|
|
|
},
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"is_hot_show": {
|
|
|
|
|
"bsonType": "bool",
|
|
|
|
|
"title": "加入热门显示",
|
2020-12-04 20:40:17 +08:00
|
|
|
|
"description": "是否热门显示"
|
2020-10-08 11:45:27 +08:00
|
|
|
|
},
|
2021-03-08 21:15:53 +08:00
|
|
|
|
"is_index_show": {
|
|
|
|
|
"bsonType": "bool",
|
|
|
|
|
"title": "首页显示",
|
2020-12-04 20:40:17 +08:00
|
|
|
|
"description": "是否首页显示"
|
2020-10-08 11:45:27 +08:00
|
|
|
|
},
|
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": []
|
|
|
|
|
}
|