2022-11-24 16:56:12 +08:00
|
|
|
|
{
|
2023-12-21 11:09:06 +08:00
|
|
|
|
"schema":{
|
|
|
|
|
"bsonType":"object",
|
|
|
|
|
"description":"提供应用的页面字典",
|
|
|
|
|
"required":[
|
|
|
|
|
],
|
|
|
|
|
"permission":{
|
|
|
|
|
"read":false,
|
|
|
|
|
"create":false,
|
|
|
|
|
"update":false,
|
|
|
|
|
"delete":false
|
|
|
|
|
},
|
|
|
|
|
"properties":{
|
|
|
|
|
"_id":{
|
|
|
|
|
"description":"ID,系统自动生成"
|
|
|
|
|
},
|
|
|
|
|
"appid":{
|
|
|
|
|
"bsonType":"string",
|
|
|
|
|
"description":"统计应用ID,对应opendb-app-list.appid",
|
|
|
|
|
"foreignKey":"opendb-app-list.appid"
|
|
|
|
|
},
|
|
|
|
|
"path":{
|
|
|
|
|
"bsonType":"string",
|
|
|
|
|
"description":"页面路径,如`/pages/index/index`"
|
|
|
|
|
},
|
|
|
|
|
"title":{
|
|
|
|
|
"bsonType":"string",
|
|
|
|
|
"description":"页面标题"
|
|
|
|
|
},
|
|
|
|
|
"page_rules":{
|
|
|
|
|
"bsonType":"array",
|
|
|
|
|
"description":"页面规则,每个页面最多设置5个,例:[['id','page'],['sid']]"
|
|
|
|
|
},
|
|
|
|
|
"create_time":{
|
|
|
|
|
"bsonType":"timestamp",
|
|
|
|
|
"description":"创建时间"
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-11-24 16:56:12 +08:00
|
|
|
|
},
|
2023-12-21 11:09:06 +08:00
|
|
|
|
"index":[
|
|
|
|
|
{
|
|
|
|
|
"IndexName":"index_search_page",
|
|
|
|
|
"MgoKeySchema":{
|
|
|
|
|
"MgoIndexKeys":[
|
|
|
|
|
{
|
|
|
|
|
"Name":"appid",
|
|
|
|
|
"Direction":"1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name":"path",
|
|
|
|
|
"Direction":"1"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"MgoIsUnique":true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|