compliance/assets/doc/extracted_schemas/borehole-inter.1.0.0.json
2025-05-16 15:18:02 +08:00

158 lines
4.0 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/borehole-inter.1.0.0.json",
"type": "object",
"title": "测井解释成果表",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"interpBboreholeId"
],
"identityId": [
"interpBboreholeId"
],
"properties": {
"endTvd": {
"type": "number",
"title": "垂深底深"
},
"wellId": {
"type": "string",
"title": "井id"
},
"layerNo": {
"type": "string",
"title": "层号"
},
"endDepth": {
"type": "number",
"title": "终止深度"
},
"startTvd": {
"type": "number",
"title": "垂深顶深"
},
"wellName": {
"type": "string",
"title": "井名"
},
"zoneName": {
"type": "string",
"title": "层位"
},
"curvesnum": {
"type": "number",
"title": "曲线条数"
},
"createDate": {
"type": "string",
"title": "创建时间"
},
"dataMethod": {
"type": "string",
"title": "取值方法"
},
"startDepth": {
"type": "number",
"title": "起始深度"
},
"updateDate": {
"type": "string",
"title": "创建时间"
},
"limeContent": {
"type": "number",
"title": "灰质含量"
},
"createUserId": {
"type": "string",
"title": "提交用户id"
},
"permeability": {
"type": "number",
"title": "空气渗透率"
},
"sandyContent": {
"type": "number",
"title": "长英质含量(砂质含量)"
},
"shaleContent": {
"type": "number",
"title": "泥质含量(黏土含量)"
},
"gasSaturation": {
"type": "number",
"title": "含气饱和度"
},
"laterologDeep": {
"type": "number",
"title": "深电阻率"
},
"oilSaturation": {
"type": "number",
"title": "含油饱和度"
},
"lithologyClass": {
"type": "string",
"title": "岩性类型"
},
"interpretMethod": {
"type": "string",
"title": "解释方法"
},
"waterSaturation": {
"type": "number",
"title": "含水饱和度"
},
"carbonateContent": {
"type": "number",
"title": "碳酸盐岩含量"
},
"dolomiticContent": {
"type": "number",
"title": "白云质含量"
},
"interpBoreholeId": {
"type": "string",
"title": "测井解释结论ID"
},
"effectivePorosity": {
"type": "number",
"title": "有效孔隙度"
},
"interpBboreholeId": {
"type": "string",
"title": "主键"
},
"verticalThickness": {
"type": "number",
"title": "垂直有效厚度"
},
"compensatedNeutron": {
"type": "number",
"title": "中子"
},
"effectiveThickness": {
"type": "number",
"title": "有效厚度"
},
"interLayerThickness": {
"type": "number",
"title": "夹层厚度"
},
"interpretationResult": {
"type": "string",
"title": "测井解释结论"
},
"sonicDifferentialTime": {
"type": "number",
"title": "纵波时差"
},
"formationVolumeDensity": {
"type": "number",
"title": "密度"
},
"spGammaRadiantIntensity": {
"type": "number",
"title": "自然伽马"
}
}
}