compliance/assets/doc/extracted_schemas/inj-prof-interp.1.0.0.json
2025-05-16 15:18:02 +08:00

136 lines
3.4 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/inj-prof-interp.1.0.0.json",
"type": "object",
"title": "注入剖面解释成果",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"logDescInfuseId",
"wellId",
"wellboreId"
],
"identityId": [
"logDescInfuseId"
],
"properties": {
"mdTop": {
"type": "number",
"title": "射孔井段顶深"
},
"mdBase": {
"type": "number",
"title": "射孔井段底深"
},
"wellId": {
"type": "string",
"title": "井id"
},
"zoneNo": {
"type": "string",
"title": "层号"
},
"injPres": {
"type": "number",
"title": "注入压力"
},
"injIntst": {
"type": "number",
"title": "注入强度"
},
"zoneName": {
"type": "string",
"title": "层位名称"
},
"RelInjVol": {
"type": "number",
"title": "相对注入量"
},
"suckMdTop": {
"type": "number",
"title": "吸水井段顶深"
},
"thickness": {
"type": "number",
"title": "射开厚度"
},
"injIntstGd": {
"type": "string",
"title": "注入强度分级"
},
"suckInArea": {
"type": "number",
"title": "吸入面积"
},
"suckMdBase": {
"type": "number",
"title": "吸水井段底深"
},
"tubingFlow": {
"type": "number",
"title": "油管流量"
},
"wellBoreId": {
"type": "string",
"title": "井筒id"
},
"annularFlow": {
"type": "number",
"title": "环空流量"
},
"injStopMark": {
"type": "string",
"title": "停注标志"
},
"monitorType": {
"type": "string",
"title": "监测类型"
},
"zonalInjVol": {
"type": "number",
"title": "分层注入量"
},
"interpResult": {
"type": "string",
"title": "解释结论"
},
"waterFlowDir": {
"type": "string",
"title": "水流方向"
},
"suckThickness": {
"type": "number",
"title": "吸水厚度"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"logDescInfuseId": {
"type": "string",
"title": "注入剖面ID"
},
"tubingWaterFlow": {
"type": "string",
"title": "油管水流情况"
},
"annularWaterFlow": {
"type": "string",
"title": "环空水流情况"
},
"absoluteAbsorption": {
"type": "number",
"title": "绝对吸入量"
},
"absorptionStrength": {
"type": "number",
"title": "吸入强度"
},
"wellBoreCommonName": {
"type": "string",
"title": "井筒名"
},
"relativeWaterAbsorption": {
"type": "number",
"title": "相对吸水量"
}
}
}