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

64 lines
1.5 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/mineral-rights/explor-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": "有效期止"
},
"expMine": {
"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"
}
}
}