438 lines
15 KiB
JSON
438 lines
15 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/dh_ach_perforate.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "射孔数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"bsflag",
|
||
"dsid",
|
||
"wellId",
|
||
"phase",
|
||
"perfTopMd",
|
||
"wellboreId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"wellId",
|
||
"phase",
|
||
"perfTopMd",
|
||
"wellboreId"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"phase": {
|
||
"type": "string",
|
||
"title": "阶段",
|
||
"description": "属性规范值字段,引用属性代码MEASURE_PHASE下的属性值"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "引用\"CD_WELL\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"whPres": {
|
||
"type": "number",
|
||
"title": "井口压力",
|
||
"description": "填写射孔后的井口压力"
|
||
},
|
||
"cclTime": {
|
||
"type": "date",
|
||
"title": "测后磁时间",
|
||
"description": "填写测后磁时间点"
|
||
},
|
||
"endTime": {
|
||
"type": "date",
|
||
"title": "结束时间",
|
||
"description": "结束时间"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "作业阶段唯一标识符"
|
||
},
|
||
"phaseId": {
|
||
"type": "string",
|
||
"title": "阶段ID",
|
||
"description": "属性规范值字段,引用属性代码MEASURE_PHASE下的属性值"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "备注信息"
|
||
},
|
||
"cclBtmMd": {
|
||
"type": "number",
|
||
"title": "测后磁井段底深",
|
||
"description": "填写测后磁井段底深"
|
||
},
|
||
"cclTopMd": {
|
||
"type": "number",
|
||
"title": "测后磁井段顶深",
|
||
"description": "填写测后磁井段顶深"
|
||
},
|
||
"perfType": {
|
||
"type": "string",
|
||
"title": "射孔类型",
|
||
"description": "属性规范值字段,引用属性代码PERF_TYPE下的属性值"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"designVer": {
|
||
"type": "string",
|
||
"title": "版本号",
|
||
"description": "具备认识特征信息的数据填入该字段,如设计版本信息等"
|
||
},
|
||
"eventName": {
|
||
"type": "string",
|
||
"title": "作业阶段名称",
|
||
"description": "作业阶段的中文名称"
|
||
},
|
||
"isLoseGun": {
|
||
"type": "string",
|
||
"title": "是否丢枪",
|
||
"description": "填写Y/N"
|
||
},
|
||
"isSuccess": {
|
||
"type": "string",
|
||
"title": "工艺是否成功",
|
||
"description": "填写工艺成功情况,选:Y或N,作业成功填写Y,否则填写N"
|
||
},
|
||
"perfBtmMd": {
|
||
"type": "number",
|
||
"title": "射孔井段底深",
|
||
"description": "射孔井段底深"
|
||
},
|
||
"perfTopMd": {
|
||
"type": "number",
|
||
"title": "射孔井段顶深",
|
||
"description": "射孔井段顶深"
|
||
},
|
||
"shotCount": {
|
||
"type": "number",
|
||
"title": "射孔总次数",
|
||
"description": "填写射孔总次数"
|
||
},
|
||
"startTime": {
|
||
"type": "date",
|
||
"title": "开始时间",
|
||
"description": "开始时间"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"dataSource": {
|
||
"type": "string",
|
||
"title": "数据来源",
|
||
"description": "数据来源"
|
||
},
|
||
"eoSourceId": {
|
||
"type": "string",
|
||
"title": "交换源端ID",
|
||
"description": "交换源端ID"
|
||
},
|
||
"perfTypeId": {
|
||
"type": "string",
|
||
"title": "射孔类型ID",
|
||
"description": "属性规范值字段,引用属性代码PERF_TYPE下的属性值"
|
||
},
|
||
"presoutWay": {
|
||
"type": "string",
|
||
"title": "憋压方式",
|
||
"description": "属性规范值字段,引用属性代码PRESOUT_WAY下的属性值"
|
||
},
|
||
"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"
|
||
}
|
||
]
|
||
},
|
||
"whEqptName": {
|
||
"type": "string",
|
||
"title": "井口装置名称",
|
||
"description": "填写射孔时井口装置的名称,如:防喷器、采油树等"
|
||
},
|
||
"barDropTime": {
|
||
"type": "date",
|
||
"title": "投棒时间",
|
||
"description": "填写投棒时间点"
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"levelNumber": {
|
||
"type": "number",
|
||
"title": "测井解释层数",
|
||
"description": "填写层数,指本次射孔对应的解释层数"
|
||
},
|
||
"overBalance": {
|
||
"type": "number",
|
||
"title": "超正压值",
|
||
"description": "根据超正压值,超正压射孔时填写"
|
||
},
|
||
"clusterCount": {
|
||
"type": "number",
|
||
"title": "簇数",
|
||
"description": "填写压裂井总压裂簇数"
|
||
},
|
||
"correctValue": {
|
||
"type": "number",
|
||
"title": "校正值",
|
||
"description": "填写校深后管柱或电缆上提、下放长度,规定上提为-,下放+,进行电测校正时填写"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"perfFluidVol": {
|
||
"type": "number",
|
||
"title": "射孔液量",
|
||
"description": "射孔液量"
|
||
},
|
||
"presoutWayId": {
|
||
"type": "string",
|
||
"title": "憋压方式ID",
|
||
"description": "属性规范值字段,引用属性代码PRESOUT_WAY下的属性值"
|
||
},
|
||
"totThickness": {
|
||
"type": "number",
|
||
"title": "射孔总厚度",
|
||
"description": "填写射孔段净长度,所有射孔段长度之和"
|
||
},
|
||
"transmitType": {
|
||
"type": "string",
|
||
"title": "传输方式",
|
||
"description": "属性规范值字段,引用属性代码PRFCONV下的属性值"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "填写射孔总井段所对应的地质层位,煤层气可填写煤层号"
|
||
},
|
||
"isFipoOriPerf": {
|
||
"type": "string",
|
||
"title": "是否定点定方位射孔",
|
||
"description": "填写定点定方位射孔情况,选:Y或N,点定方位射孔Y填写,否则填写N"
|
||
},
|
||
"perfFluidDens": {
|
||
"type": "string",
|
||
"title": "射孔液密度",
|
||
"description": "射孔液密度"
|
||
},
|
||
"perfFluidName": {
|
||
"type": "string",
|
||
"title": "射孔液名称",
|
||
"description": "射孔液名称"
|
||
},
|
||
"perforationId": {
|
||
"type": "string",
|
||
"title": "射孔ID",
|
||
"description": "射孔数据唯一标识符"
|
||
},
|
||
"sumShotingNum": {
|
||
"type": "number",
|
||
"title": "实射总孔数",
|
||
"description": "实射总孔数"
|
||
},
|
||
"fluidLevelDpth": {
|
||
"type": "number",
|
||
"title": "液面深度",
|
||
"description": "填写射孔时井筒液的液面深度"
|
||
},
|
||
"perfTechnology": {
|
||
"type": "string",
|
||
"title": "射孔工艺",
|
||
"description": "填写射孔工艺名称,如电缆传输方式主要包括:过油管射孔、套管射孔;管柱传输方式主要包括:常规油管输送射孔、水平井射孔、管柱输送射孔与地层测试联作、管柱输送射孔与生产管柱联作、超正压射孔、全通径射孔、水力喷砂射孔以及复合射孔、动态负压射孔等工艺"
|
||
},
|
||
"sumFirePercent": {
|
||
"type": "number",
|
||
"title": "总发射率",
|
||
"description": "填写总发射率=实际射孔总数/实际装弹总数*100%"
|
||
},
|
||
"transmitTypeId": {
|
||
"type": "string",
|
||
"title": "传输方式ID",
|
||
"description": "属性规范值字段,引用属性代码PRFCONV下的属性值"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井号",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"cclDispExpaPath": {
|
||
"type": "string",
|
||
"title": "后磁显示及枪身胀径情况",
|
||
"description": "填写后磁显示及枪身胀径情况"
|
||
},
|
||
"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\"表的主键,生成图,油管传输射孔填写"
|
||
},
|
||
"detonationMethod": {
|
||
"type": "string",
|
||
"title": "起爆方式",
|
||
"description": "属性规范值字段,引用属性代码INITIATION_METHOD下的属性值"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"perforatingLayers": {
|
||
"type": "number",
|
||
"title": "射孔层数",
|
||
"description": "射孔层数"
|
||
},
|
||
"SUpFirsBoxCoupDept": {
|
||
"type": "number",
|
||
"title": "射孔顶界上第一个接箍深度",
|
||
"description": "填写射孔井段上第一个接箍深度"
|
||
},
|
||
"avgClusterInterval": {
|
||
"type": "number",
|
||
"title": "平均簇间距",
|
||
"description": "填写压裂全井簇间距"
|
||
},
|
||
"detonationMethodId": {
|
||
"type": "string",
|
||
"title": "起爆方式ID",
|
||
"description": "属性规范值字段,引用属性代码INITIATION_METHOD下的属性值"
|
||
},
|
||
"detonationPressure": {
|
||
"type": "number",
|
||
"title": "起爆压力",
|
||
"description": "填写起爆压力,指加压射孔井口压力,打压点火时填写"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"whEqptNamePresRank": {
|
||
"type": "string",
|
||
"title": "井口装置承压等级",
|
||
"description": "填写射孔时井口装置的承压等级"
|
||
},
|
||
"complexShotAmmuAmou": {
|
||
"type": "number",
|
||
"title": "复合射孔药量",
|
||
"description": "填写复合射孔药量"
|
||
},
|
||
"perfAfterOilDisplay": {
|
||
"type": "string",
|
||
"title": "射孔后油气显示",
|
||
"description": "填写射孔后油气显示"
|
||
},
|
||
"EDownFirsBoxCoupDept": {
|
||
"type": "number",
|
||
"title": "射孔底界下第一个接箍深度",
|
||
"description": "填写射孔井段下第一个接箍深度"
|
||
},
|
||
"pressurizePerfWhPres": {
|
||
"type": "number",
|
||
"title": "加压射孔井口压力",
|
||
"description": "填写加压射孔井口压力"
|
||
},
|
||
"blindHoleCounterpoint": {
|
||
"type": "number",
|
||
"title": "盲孔对准率",
|
||
"description": "填写射孔弹与射孔枪体的盲孔对准情况"
|
||
},
|
||
"channelingDescription": {
|
||
"type": "string",
|
||
"title": "施工简述",
|
||
"description": "填写射孔过程中有无遇阻、遇卡现象及落物点火后压力变化情况其他异常情况"
|
||
},
|
||
"firstCannonIgniteTime": {
|
||
"type": "date",
|
||
"title": "首炮点火时间",
|
||
"description": "填写首炮点火的时间点"
|
||
},
|
||
"loseGunThfishTopDepth": {
|
||
"type": "number",
|
||
"title": "丢枪后理论鱼顶深度",
|
||
"description": "填写丢枪后理论鱼顶深度,丢枪时填写"
|
||
},
|
||
"electricLoggingContent": {
|
||
"type": "string",
|
||
"title": "电测内容",
|
||
"description": "填写电测内容,如磁定位测井、放射性测井等,进行电测校正时填写"
|
||
}
|
||
}
|
||
} |