compliance/assets/doc/extracted_schemas/mr-mining-right-info.1.0.0.json
2025-05-16 15:18:02 +08:00

57 lines
1.4 KiB
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.

{
"$id": "https://schema.ideas.cnpc/json/business-data/mineral-rights/mr-mining-right-info.1.0.0.json",
"type": "object",
"title": "矿权空间图形信息表",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"licenceId",
"coordinate",
"id"
],
"identityId": [
"id"
],
"properties": {
"id": {
"type": "string",
"title": "ID"
},
"itemName": {
"type": "string",
"title": "矿权名称"
},
"licenceId": {
"type": "string",
"title": "许可证号"
},
"coordinate": {
"geom": "国家2000坐标系CGCS2000 EPSG4490",
"type": "string",
"title": "坐标"
},
"createDate": {
"type": "string",
"title": "创建时间"
},
"updateDate": {
"type": "string",
"title": "更新时间"
},
"createUserId": {
"type": "string",
"title": "创建用户"
},
"updateUserId": {
"type": "string",
"title": "更新用户"
},
"miningClaimId": {
"type": "string",
"title": "矿权ID"
},
"miningClaimType": {
"type": "string",
"title": "矿权类别"
}
}
}