{ "$id": "https://schema.ideas.cnpc/json/business-data/reserves/saturation-values-selection.1.0.0.json", "type": "object", "title": "含油气面积", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "saturationValuesId" ], "identityId": [ "saturationValuesId" ], "properties": { "value": { "type": "number", "title": "取值" }, "zoneName": { "type": "string", "title": "层位名称" }, "blockName": { "type": "string", "title": "区块名称" }, "calUnitId": { "type": "string", "title": "计算单元id" }, "selectedValueType": { "type": "string", "title": "取值类型" }, "saturationValuesId": { "type": "string", "title": "含油饱和度选值依据id" }, "capillarySaturation": { "type": "number", "title": "毛管压力方法确定饱和度" }, "logIsoareaSaturation": { "type": "number", "title": "测井解释等值线面积权衡饱和度" }, "logTradeoffSaturation": { "type": "number", "title": "测井解释井点面积权衡饱和度" }, "relativePermSaturation": { "type": "number", "title": "相渗方法确定饱和度" }, "empiricalmulaSaturation": { "type": "number", "title": "经验公式确定饱和度" }, "logArithAverageSaturation": { "type": "number", "title": "测井解释井点算术平均饱和度" } } }