45 Star 410 Fork 82

DCloud / opendb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
collection.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
崔红保 提交于 2020-12-23 20:20 . add trim schema
{
"schema": {
"bsonType": "object",
"required": ["name"],
"permission": {
"read": true,
"create": false,
"update": false,
"delete": false
},
"properties": {
"_id": {
"description": "存储文档 ID(文章 ID),系统自动生成"
},
"name": {
"bsonType": "string",
"description": "类别名称",
"label": "名称",
"trim":"both"
},
"description": {
"bsonType": "string",
"description": "类别描述",
"label": "描述",
"trim":"both"
},
"icon": {
"bsonType": "string",
"description": "类别图标地址",
"label": "图标地址",
"pattern": "^(http://|https://|/|./|@/)\\S",
"trim":"both"
},
"sort": {
"bsonType": "int",
"description": "类别显示顺序",
"label": "排序"
},
"article_count": {
"bsonType": "int",
"description": "该类别下文章数量"
},
"create_date": {
"bsonType": "timestamp",
"description": "创建时间",
"forceDefaultValue": {
"$env": "now"
}
}
}
},
"data": [],
"index": []
}
1
https://gitee.com/dcloud/opendb.git
git@gitee.com:dcloud/opendb.git
dcloud
opendb
opendb
master

搜索帮助