{ "$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 EPSG:4490", "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": "矿权类别" } } }