mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-14 06:53:00 +08:00
93 lines
1.8 KiB
JSON
93 lines
1.8 KiB
JSON
|
{
|
|||
|
"schema": {
|
|||
|
"bsonType": "object",
|
|||
|
"required": [
|
|||
|
"appid",
|
|||
|
"name",
|
|||
|
"description"
|
|||
|
],
|
|||
|
"permission": {
|
|||
|
"read": false,
|
|||
|
"create": false,
|
|||
|
"update": false,
|
|||
|
"delete": false
|
|||
|
},
|
|||
|
"properties": {
|
|||
|
"_id": {
|
|||
|
"description": "ID,系统自动生成"
|
|||
|
},
|
|||
|
"appid": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "应用的AppID",
|
|||
|
"label": "AppID",
|
|||
|
"componentForEdit": {
|
|||
|
"name": "uni-easyinput",
|
|||
|
"props": {
|
|||
|
"disabled": true
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"name": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "应用名称",
|
|||
|
"label": "应用名称",
|
|||
|
"componentForEdit": {
|
|||
|
"name": "uni-easyinput",
|
|||
|
"props": {
|
|||
|
"disabled": true
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"description": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "应用描述",
|
|||
|
"label": "应用描述",
|
|||
|
"componentForEdit": {
|
|||
|
"name": "textarea"
|
|||
|
},
|
|||
|
"componentForShow": {
|
|||
|
"name": "textarea",
|
|||
|
"props": {
|
|||
|
"disabled": true
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"create_date": {
|
|||
|
"bsonType": "timestamp",
|
|||
|
"label": "创建时间",
|
|||
|
"forceDefaultValue": {
|
|||
|
"$env": "now"
|
|||
|
},
|
|||
|
"componentForEdit": {
|
|||
|
"name": "uni-dateformat"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"index": [
|
|||
|
{
|
|||
|
"IndexName": "appid",
|
|||
|
"MgoKeySchema": {
|
|||
|
"MgoIndexKeys": [
|
|||
|
{
|
|||
|
"Name": "appid",
|
|||
|
"Direction": "1"
|
|||
|
}
|
|||
|
],
|
|||
|
"MgoIsUnique": true
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"IndexName": "name",
|
|||
|
"MgoKeySchema": {
|
|||
|
"MgoIndexKeys": [
|
|||
|
{
|
|||
|
"Name": "name",
|
|||
|
"Direction": "1"
|
|||
|
}
|
|||
|
],
|
|||
|
"MgoIsUnique": false
|
|||
|
}
|
|||
|
}
|
|||
|
]
|
|||
|
}
|