mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-14 23:12:59 +08:00
26 lines
523 B
JSON
26 lines
523 B
JSON
|
{
|
|||
|
"schema": {
|
|||
|
"bsonType": "object",
|
|||
|
"required": ["code", "name", "province_code"],
|
|||
|
"properties": {
|
|||
|
"_id": {
|
|||
|
"description": "ID,系统自动生成"
|
|||
|
},
|
|||
|
"code": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "地级编码"
|
|||
|
},
|
|||
|
"name": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "地级名称"
|
|||
|
},
|
|||
|
"province_code": {
|
|||
|
"bsonType": "string",
|
|||
|
"description": "省级编码"
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"data": "data.json",
|
|||
|
"index": []
|
|||
|
}
|