{ "$id": "https://schema.ideas.cnpc/json/business-data/reserves/reserve-calculation-unit-info.1.0.0.json", "type": "object", "title": "计算单元基本信息", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "reserveUnitInfoId" ], "identityId": [ "reserveUnitInfoId" ], "properties": { "dataType": { "type": "string", "title": "数据类别" }, "zoneCode": { "type": "string", "title": "层位代码" }, "zoneName": { "type": "string", "title": "层位名称" }, "blockName": { "type": "string", "title": "储量区块名称" }, "calUnitId": { "type": "string", "title": "计算单元ID" }, "projectId": { "type": "string", "title": "地质单元ID" }, "wellBlock": { "type": "string", "title": "井区块" }, "activityId": { "type": "string", "title": "项目ID" }, "createDate": { "type": "string", "title": "创建时间" }, "energyType": { "type": "string", "title": "能源类型" }, "reportYear": { "type": "string", "title": "上报年度" }, "updateDate": { "type": "string", "title": "更新时间" }, "calUnitName": { "type": "string", "title": "计算单元名称" }, "reserveType": { "type": "string", "title": "储量类别" }, "createUserId": { "type": "string", "title": "创建用户" }, "oilFiledName": { "type": "string", "title": "储量油气田名称" }, "reserveGrade": { "type": "string", "title": "储量级别" }, "updateUserId": { "type": "string", "title": "更新用户" }, "calUnitDefType": { "type": "string", "title": "计算单元划分类型" }, "wellCommonName": { "type": "string", "title": "井名" }, "areaCoordinates": { "type": "object", "title": "区域坐标_2000" }, "reserveUnitInfoId": { "type": "string", "title": "主键ID" }, "oilGasReservoirType": { "type": "string", "title": "油气藏类别" } } }