112 lines
2.7 KiB
JSON
112 lines
2.7 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/well-logging/prod-prof-interp.1.0.0.json",
|
|
"type": "object",
|
|
"title": "产出剖面解释成果",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"logDescProcedureId",
|
|
"wellId",
|
|
"wellboreId"
|
|
],
|
|
"identityId": [
|
|
"logDescProcedureId"
|
|
],
|
|
"properties": {
|
|
"mdTop": {
|
|
"type": "number",
|
|
"title": "射孔井段顶深"
|
|
},
|
|
"mdBase": {
|
|
"type": "number",
|
|
"title": "射孔井段底深"
|
|
},
|
|
"wellId": {
|
|
"type": "string",
|
|
"title": "井id"
|
|
},
|
|
"zoneNo": {
|
|
"type": "string",
|
|
"title": "层号"
|
|
},
|
|
"fldDens": {
|
|
"type": "number",
|
|
"title": "流体密度"
|
|
},
|
|
"pressure": {
|
|
"type": "number",
|
|
"title": "压力"
|
|
},
|
|
"zoneName": {
|
|
"type": "string",
|
|
"title": "层位名称"
|
|
},
|
|
"thickness": {
|
|
"type": "number",
|
|
"title": "射开厚度"
|
|
},
|
|
"waterRate": {
|
|
"type": "number",
|
|
"title": "含水率"
|
|
},
|
|
"gasProdPet": {
|
|
"type": "number",
|
|
"title": "产气百分比"
|
|
},
|
|
"logDescSeq": {
|
|
"type": "number",
|
|
"title": "测点顺序号"
|
|
},
|
|
"oilProdPet": {
|
|
"type": "number",
|
|
"title": "产油百分比"
|
|
},
|
|
"wellBoreId": {
|
|
"type": "string",
|
|
"title": "井筒id"
|
|
},
|
|
"temperature": {
|
|
"type": "number",
|
|
"title": "温度"
|
|
},
|
|
"gasProdDaily": {
|
|
"type": "number",
|
|
"title": "日产气量"
|
|
},
|
|
"interpResult": {
|
|
"type": "string",
|
|
"title": "解释结论"
|
|
},
|
|
"liqProdDaily": {
|
|
"type": "number",
|
|
"title": "日产液量"
|
|
},
|
|
"oilProdDaily": {
|
|
"type": "number",
|
|
"title": "日产油量"
|
|
},
|
|
"waterProdPet": {
|
|
"type": "number",
|
|
"title": "产水百分比"
|
|
},
|
|
"payZoneAmount": {
|
|
"type": "number",
|
|
"title": "层数"
|
|
},
|
|
"waterProdDaily": {
|
|
"type": "number",
|
|
"title": "日产水量"
|
|
},
|
|
"wellCommonName": {
|
|
"type": "string",
|
|
"title": "井名"
|
|
},
|
|
"logDescProcedureId": {
|
|
"type": "string",
|
|
"title": "产出剖面ID"
|
|
},
|
|
"wellBoreCommonName": {
|
|
"type": "string",
|
|
"title": "井筒名"
|
|
}
|
|
}
|
|
} |