{ "$id": "https://schema.ideas.cnpc/json/well-logging/res-param-interp.1.0.0.json", "type": "object", "title": "储层参数测井解释成果", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "logDescParamId", "wellId", "wellboreId" ], "identityId": [ "logDescParamId" ], "properties": { "mdTop": { "type": "number", "title": "顶界深度" }, "mdBase": { "type": "number", "title": "底界深度" }, "wellId": { "type": "string", "title": "井id" }, "zoneNo": { "type": "string", "title": "层号" }, "neutron": { "type": "number", "title": "中子" }, "volDens": { "type": "number", "title": "体积密度" }, "limeCont": { "type": "number", "title": "灰质含量" }, "porosity": { "type": "number", "title": "孔隙度" }, "zoneName": { "type": "string", "title": "层位名称" }, "oilGasSat": { "type": "number", "title": "含油气饱和度" }, "sandyCont": { "type": "number", "title": "砂质含量" }, "shaleCont": { "type": "number", "title": "泥质含量" }, "wellBoreId": { "type": "string", "title": "井筒id" }, "crackOilSat": { "type": "number", "title": "裂缝含油饱和度" }, "interpResult": { "type": "string", "title": "解释结论" }, "permeability": { "type": "number", "title": "渗透率" }, "reservoirThk": { "type": "number", "title": "储层厚度" }, "boundWaterSat": { "type": "number", "title": "束缚水饱和度" }, "crackPorosity": { "type": "number", "title": "裂缝孔隙度" }, "dolomiticCont": { "type": "number", "title": "云质含量" }, "laterologDeep": { "type": "number", "title": "深电阻率" }, "lithologyType": { "type": "string", "title": "岩性类型" }, "topDepthXAxis": { "type": "number", "title": "层顶深X坐标" }, "topDepthYAxis": { "type": "number", "title": "层顶深Y坐标" }, "interpDataType": { "type": "string", "title": "测井资料类别" }, "logDescParamId": { "type": "string", "title": "储层参数测井解释ID" }, "wellCommonName": { "type": "string", "title": "井名" }, "crackPermeability": { "type": "number", "title": "裂缝渗透率" }, "wellBoreCommonName": { "type": "string", "title": "井筒名" }, "gammaRadiantIntensity": { "type": "number", "title": "自然伽马" }, "sonicDifferentialTime": { "type": "number", "title": "声波时差" } } }