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

64 lines
1.6 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/master-data/mineral-rights/mining-right-info.1.0.0.json",
"type": "object",
"title": "采矿权登记信息表",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"licenceId",
"itemName",
"miningClaimId"
],
"identityId": [
"miningClaimId"
],
"properties": {
"endDate": {
"type": "string",
"title": "有效期止"
},
"itemName": {
"type": "string",
"title": "矿权名称"
},
"licenceId": {
"type": "string",
"title": "许可证号"
},
"startDate": {
"type": "string",
"title": "有效期起"
},
"totalArea": {
"type": "string",
"title": "面积"
},
"createDate": {
"type": "string",
"title": "创建时间"
},
"updateDate": {
"type": "string",
"title": "更新时间"
},
"createUserId": {
"type": "string",
"title": "创建用户"
},
"updateUserId": {
"type": "string",
"title": "更新用户"
},
"itemShortName": {
"type": "string",
"title": "矿权简称"
},
"miningClaimId": {
"type": "string",
"title": "矿权ID"
},
"exploitMinerals": {
"type": "string",
"title": "开采矿种"
}
}
}