opendb/collection/opendb-address-cities/collection.json
2020-08-10 16:40:24 +08:00

26 lines
523 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": []
}