mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
81 lines
1.6 KiB
JSON
81 lines
1.6 KiB
JSON
{
|
||
"schema": {
|
||
"bsonType": "object",
|
||
"required": ["tagid", "name"],
|
||
"permission": {
|
||
"read": false,
|
||
"create": false,
|
||
"update": false,
|
||
"delete": false
|
||
},
|
||
"properties": {
|
||
"_id": {
|
||
"description": "ID,系统自动生成"
|
||
},
|
||
"tagid": {
|
||
"bsonType": "string",
|
||
"description": "标签tagid",
|
||
"label": "标签tagid",
|
||
"componentForEdit": {
|
||
"name": "uni-easyinput"
|
||
}
|
||
},
|
||
"name": {
|
||
"bsonType": "string",
|
||
"description": "标签名称",
|
||
"label": "标签名称",
|
||
"componentForEdit": {
|
||
"name": "uni-easyinput"
|
||
}
|
||
},
|
||
"description": {
|
||
"bsonType": "string",
|
||
"description": "标签描述",
|
||
"label": "标签描述",
|
||
"componentForEdit": {
|
||
"name": "textarea"
|
||
},
|
||
"componentForShow": {
|
||
"name": "textarea"
|
||
}
|
||
},
|
||
"create_date": {
|
||
"bsonType": "timestamp",
|
||
"label": "创建时间",
|
||
"forceDefaultValue": {
|
||
"$env": "now"
|
||
},
|
||
"componentForEdit": {
|
||
"name": "uni-dateformat"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"index": [
|
||
{
|
||
"IndexName": "tagid",
|
||
"MgoKeySchema": {
|
||
"MgoIndexKeys": [
|
||
{
|
||
"Name": "tagid",
|
||
"Direction": "1"
|
||
}
|
||
],
|
||
"MgoIsUnique": false
|
||
}
|
||
},
|
||
{
|
||
"IndexName": "name",
|
||
"MgoKeySchema": {
|
||
"MgoIndexKeys": [
|
||
{
|
||
"Name": "name",
|
||
"Direction": "1"
|
||
}
|
||
],
|
||
"MgoIsUnique": false
|
||
}
|
||
}
|
||
]
|
||
}
|