{ "$id": "https://schema.ideas.cnpc/json/iam/org-model.1.0.0.json", "type": "object", "title": "油气藏模型", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "imOgrId", "ogrName" ], "primaryKey": [ "imOgrId" ], "properties": { "md5": { "type": "string", "title": "md5值" }, "fssId": { "type": "string", "title": "文档中心文件id" }, "gridX": { "type": "integer", "title": "网格x" }, "gridY": { "type": "integer", "title": "网格y" }, "gridZ": { "type": "integer", "title": "网格z" }, "source": { "type": "string", "title": "来源" }, "endDate": { "type": "string", "title": "结束日期" }, "fssName": { "type": "string", "title": "文档中心文件名称" }, "imOgrId": { "type": "string", "title": "油气藏模型ID" }, "ogrName": { "type": "string", "title": "油气藏模型名称" }, "ogrType": { "type": "string", "title": "油藏类型" }, "tracyId": { "type": "number", "title": "特雷西对应模型ID" }, "comments": { "type": "string", "title": "备注" }, "fluidType": { "type": "string", "title": "流体类型" }, "modelType": { "type": "string", "title": "模型类型" }, "startDate": { "type": "string", "title": "开始日期" }, "createDate": { "type": "string", "title": "创建日期" }, "createUser": { "type": "string", "title": "创建用户" }, "numOfGrids": { "type": "string", "title": "网格数" }, "timePeriod": { "type": "string", "title": "模拟的时间段" }, "updateDate": { "type": "string", "title": "更新日期" }, "updateUser": { "type": "string", "title": "更新用户" }, "avgPorosity": { "type": "string", "title": "平均孔隙度" }, "isoBaseTypeId": { "type": "string", "title": "一体化模型分类ID" }, "restartFileId": { "type": "string", "title": "重启文件ID" }, "numOfProdWells": { "type": "number", "title": "生产井数" }, "avgPermeability": { "type": "string", "title": "平均渗透率" }, "staticGraphical": { "type": "object", "title": "静态图形" }, "totalNumOfWells": { "type": "number", "title": "总井数" }, "staticGraphicalId": { "type": "string", "title": "静态图形id" }, "numOfEffectiveGrids": { "type": "string", "title": "有效网格数" }, "numOfInjectionWells": { "type": "number", "title": "注入井数" } } }