363 lines
12 KiB
JSON
363 lines
12 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/dh_bas_frac_incr_stim.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "压裂基础数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"bsflag",
|
||
"dsid",
|
||
"btmMd",
|
||
"wellboreId",
|
||
"layerNo",
|
||
"topMd"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"btmMd",
|
||
"wellboreId",
|
||
"layerNo",
|
||
"topMd"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"sgdw": {
|
||
"type": "string",
|
||
"title": "施工单位",
|
||
"description": "施工单位"
|
||
},
|
||
"btmMd": {
|
||
"type": "number",
|
||
"title": "井段底深",
|
||
"description": "填写本次措施作业对应的井段底深"
|
||
},
|
||
"phase": {
|
||
"type": "string",
|
||
"title": "阶段",
|
||
"description": "阶段"
|
||
},
|
||
"topMd": {
|
||
"type": "number",
|
||
"title": "井段顶深",
|
||
"description": "填写本次措施作业对应的井段顶深"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"testId": {
|
||
"type": "string",
|
||
"title": "试油试采ID",
|
||
"description": "引用\"TP_BAS_TEST\"表的主键"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "引用\"CD_WELL\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"endTime": {
|
||
"type": "date",
|
||
"title": "结束时间",
|
||
"description": "填写本次施工结束时间"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "作业阶段唯一标识符"
|
||
},
|
||
"layerNo": {
|
||
"type": "string",
|
||
"title": "层序号",
|
||
"description": "层序号"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"designVer": {
|
||
"type": "string",
|
||
"title": "版本号",
|
||
"description": "具备认识特征信息的数据填入该字段,如设计版本信息等"
|
||
},
|
||
"isSuccess": {
|
||
"type": "string",
|
||
"title": "工艺是否成功",
|
||
"description": "填写工艺成功情况,选:Y或N,作业成功填写Y,否则填写N"
|
||
},
|
||
"othLiqVol": {
|
||
"type": "number",
|
||
"title": "其它液量",
|
||
"description": "填写注入地层的除酸液及压裂液外的其它液量总和"
|
||
},
|
||
"startTime": {
|
||
"type": "date",
|
||
"title": "开始时间",
|
||
"description": "填写本次施工开工日期"
|
||
},
|
||
"thickness": {
|
||
"type": "number",
|
||
"title": "厚度",
|
||
"description": "射孔完成填写射孔厚度;裸眼填写裸眼段长度;筛管完成填写筛管井段厚度"
|
||
},
|
||
"totLiqVol": {
|
||
"type": "number",
|
||
"title": "注入地层总液量",
|
||
"description": "填写注入地层的各种液量之和"
|
||
},
|
||
"totTbaVol": {
|
||
"type": "string",
|
||
"title": "总暂堵剂量",
|
||
"description": "填写全层作业加入的球和纤维等暂堵剂的名称、数量,数量包括值和单位"
|
||
},
|
||
"afbCurveId": {
|
||
"type": "string",
|
||
"title": "酸化压力施工曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"dataSource": {
|
||
"type": "string",
|
||
"title": "数据来源",
|
||
"description": "填写数据来源的表CODE"
|
||
},
|
||
"updateDate": {
|
||
"type": "date",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "引用\"CD_WELLBORE\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"constructNo": {
|
||
"type": "string",
|
||
"title": "施工次序",
|
||
"description": "填写本次措施时的措施顺序号或施工编号"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"injTypeMode": {
|
||
"type": "string",
|
||
"title": "注入方式",
|
||
"description": "属性规范值字段,引用属性代码INJ_TYPE_MODE下的属性值"
|
||
},
|
||
"levelNumber": {
|
||
"type": "date",
|
||
"title": "测井解释层数",
|
||
"description": "层数,指本次酸化压裂段所含解释层数"
|
||
},
|
||
"unifyTaskId": {
|
||
"type": "string",
|
||
"title": "统一任务ID",
|
||
"description": "引用\"PM_TASK\"表的主键"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"presTestPres": {
|
||
"type": "number",
|
||
"title": "试压压力",
|
||
"description": "填写地面施工高压管汇、井口等试压压力"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "填写本次施工作业对应的地质层位"
|
||
},
|
||
"injTypeModeId": {
|
||
"type": "string",
|
||
"title": "注入方式ID",
|
||
"description": "属性规范值字段,引用属性代码INJ_TYPE_MODE下的属性值"
|
||
},
|
||
"lithologyDesc": {
|
||
"type": "string",
|
||
"title": "岩性描述",
|
||
"description": "填写岩性描述"
|
||
},
|
||
"presAfterTime": {
|
||
"type": "date",
|
||
"title": "压后测井温时间",
|
||
"description": "填写压裂后测井温曲线的开始时间,时间点"
|
||
},
|
||
"presFrontTime": {
|
||
"type": "date",
|
||
"title": "压前测井温时间",
|
||
"description": "填写压裂前测井温曲线的开始时间,时间点"
|
||
},
|
||
"stimulationId": {
|
||
"type": "string",
|
||
"title": "增产措施ID",
|
||
"description": "主键ID"
|
||
},
|
||
"totAcidfluVol": {
|
||
"type": "number",
|
||
"title": "总酸液量",
|
||
"description": "填写注入地层的酸液用量=前置酸+主体酸+后置酸"
|
||
},
|
||
"totBlowoutVol": {
|
||
"type": "number",
|
||
"title": "总放喷液量",
|
||
"description": "填写压裂、酸化作业等实际返出和喷出的总液量"
|
||
},
|
||
"totFracfluVol": {
|
||
"type": "number",
|
||
"title": "总压裂液量",
|
||
"description": "填写压裂液总用量=前置液+携砂液+顶替液"
|
||
},
|
||
"acidRemainConc": {
|
||
"type": "number",
|
||
"title": "残酸浓度",
|
||
"description": "填写现场取样化验的残酸化验浓度"
|
||
},
|
||
"downHoleString": {
|
||
"type": "string",
|
||
"title": "井下管柱",
|
||
"description": "填写井下管柱名称,如套管"
|
||
},
|
||
"fracConstrTech": {
|
||
"type": "string",
|
||
"title": "施工工艺",
|
||
"description": "填写限流法、多裂缝、酸压(指加支撑剂酸压)"
|
||
},
|
||
"totProppantVol": {
|
||
"type": "number",
|
||
"title": "总支撑剂量",
|
||
"description": "填写压裂支撑剂的总用量"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"logInterpResult": {
|
||
"type": "string",
|
||
"title": "测井解释结果",
|
||
"description": "填写该作业层段的测井解释结果"
|
||
},
|
||
"logInterpZoneNo": {
|
||
"type": "string",
|
||
"title": "测井解释层号",
|
||
"description": "填写该作业层段对应的测井解释层号,并用逗号分隔,如:1,3,5,3-6等"
|
||
},
|
||
"runPullStringId": {
|
||
"type": "string",
|
||
"title": "管柱图ID",
|
||
"description": "引用\"DH_OPS_RUN_PULL_STRING\"表的主键,生成图"
|
||
},
|
||
"fractureWellHead": {
|
||
"type": "string",
|
||
"title": "压裂井口",
|
||
"description": "填写压裂井口,如KY65/70型"
|
||
},
|
||
"fracturingMethod": {
|
||
"type": "string",
|
||
"title": "酸化压裂方式",
|
||
"description": "填写酸化压裂方式,指从酸化压裂工艺进行分类(从工序分类里面进行选择)"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"layeringJobMethod": {
|
||
"type": "string",
|
||
"title": "分层作业方式",
|
||
"description": "属性规范值字段,引用属性代码LAYERING_JOB_METHOD下的属性值"
|
||
},
|
||
"stimulationTarget": {
|
||
"type": "string",
|
||
"title": "增产措施目的",
|
||
"description": "增产措施目的,指对本井段酸化压裂目的进行描述"
|
||
},
|
||
"totLiqWellboreVol": {
|
||
"type": "number",
|
||
"title": "注入井筒总液量",
|
||
"description": "填写注入井筒的各种液量之和"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"layeringJobMethodId": {
|
||
"type": "string",
|
||
"title": "分层作业方式ID",
|
||
"description": "属性规范值字段,引用属性代码LAYERING_JOB_METHOD下的属性值"
|
||
},
|
||
"stimulationActionName": {
|
||
"type": "string",
|
||
"title": "增产措施名称",
|
||
"description": "属性规范值字段,引用属性代码STIMULATION_ACTION_NAME下的属性值"
|
||
},
|
||
"stimulationActionNameId": {
|
||
"type": "string",
|
||
"title": "增产措施名称ID",
|
||
"description": "属性规范值字段,引用属性代码STIMULATION_ACTION_NAME下的属性值"
|
||
}
|
||
}
|
||
} |