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