mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
103 lines
2.1 KiB
JSON
103 lines
2.1 KiB
JSON
{
|
||
"schema": {
|
||
"bsonType": "object",
|
||
"permission": {
|
||
"read": true,
|
||
"create": false,
|
||
"update": false,
|
||
"delete": false
|
||
},
|
||
"properties": {
|
||
"_id": {
|
||
"description": "存储文档 ID,系统自动生成"
|
||
},
|
||
"appid": {
|
||
"bsonType": "string",
|
||
"description": "应用ID"
|
||
},
|
||
"ad_region": {
|
||
"bsonType": "int",
|
||
"description": "数据来源,1 国内广告,2国际广告",
|
||
"default": 1,
|
||
"enum": [{
|
||
"text": "国内广告",
|
||
"value": 1
|
||
},
|
||
{
|
||
"text": "国际广告",
|
||
"value": 2
|
||
}
|
||
]
|
||
},
|
||
"adp_id": {
|
||
"bsonType": "string",
|
||
"description": "广告位ID"
|
||
},
|
||
"adp_name": {
|
||
"bsonType": "string",
|
||
"description": "广告位名称"
|
||
},
|
||
"adp_type": {
|
||
"bsonType": "int",
|
||
"description": "广告位类型",
|
||
"enum": [{
|
||
"text": "开屏",
|
||
"value": 1
|
||
},
|
||
{
|
||
"text": "信息流",
|
||
"value": 4
|
||
},
|
||
{
|
||
"text": "全屏视频",
|
||
"value": 7
|
||
},
|
||
{
|
||
"text": "激励视频",
|
||
"value": 9
|
||
},
|
||
{
|
||
"text": "Draw视频广告",
|
||
"value": 10
|
||
},
|
||
{
|
||
"text": "互动游戏",
|
||
"value": 13
|
||
},
|
||
{
|
||
"text": "内容联盟",
|
||
"value": 14
|
||
},
|
||
{
|
||
"text": "插屏广告",
|
||
"value": 15
|
||
},
|
||
{
|
||
"text": "小程序格子广告",
|
||
"value": 17
|
||
},
|
||
{
|
||
"text": "互动红包",
|
||
"value": 18
|
||
}
|
||
]
|
||
},
|
||
"create_time": {
|
||
"bsonType": "timestamp",
|
||
"description": "创建时间"
|
||
}
|
||
},
|
||
"required": []
|
||
},
|
||
"index": [{
|
||
"IndexName": "appid",
|
||
"MgoKeySchema": {
|
||
"MgoIndexKeys": [{
|
||
"Name": "appid",
|
||
"Direction": "1"
|
||
}],
|
||
"MgoIsUnique": false
|
||
}
|
||
}]
|
||
}
|