{ "$id": "https://schema.ideas.cnpc/json/business-data/reserves/effective_porosity.1.0.0.json", "type": "object", "title": "有效孔隙度", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "effectivePorosityId" ], "identityId": [ "effectivePorosityId" ], "properties": { "value": { "type": "number", "title": "有效孔隙度取值" }, "zoneName": { "type": "string", "title": "层位名称" }, "blockName": { "type": "string", "title": "区块名称" }, "calUnitId": { "type": "string", "title": "计算单元id" }, "isoareaPor": { "type": "number", "title": "等值线面积权衡孔隙度" }, "tradeoffPor": { "type": "number", "title": "井点面积权衡孔隙度" }, "arithAveragePor": { "type": "number", "title": "井点算术平均孔隙度" }, "selectedValueType": { "type": "string", "title": "取值类型" }, "engraArithAveThick": { "type": "number", "title": "井控反演雕刻体积权衡法计算值" }, "assignArithAveThick": { "type": "number", "title": "井控反演赋值法井点算术平均值" }, "effectivePorosityId": { "type": "string", "title": "有效孔隙度取值依据id" } } }