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

578 lines
20 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$id": "https://schema.ideas.cnpc/json/business-data/x_tp_ach_dst.1.0.0.json",
"type": "Object",
"title": "地层测试",
"schema": "http://json-schema.org/draft-07/schema#",
"required": [
"bsflag",
"dataRegion",
"dsid"
],
"identityId": [
"dsid"
],
"naturalKey": [
"wellId",
"wellboreId",
"startTime"
],
"properties": {
"dsid": {
"type": "string",
"title": "DSID",
"description": "主键ID"
},
"mdTop": {
"type": "number",
"title": "顶界深度",
"description": "填测试层段的顶界深度。多层合试时,填写最上层顶界深度;裸眼或筛管试油(气)时,填裸眼或筛管段的顶界深度。"
},
"bsflag": {
"type": "number",
"title": "删除标识",
"description": "逻辑删除标识表示该条记录在用或者已经失效1表示正常数据、-5表示废弃数据"
},
"cushCl": {
"type": "number",
"title": "液垫氯离子含量",
"description": "填写液垫的氯离子含量"
},
"cushPh": {
"type": "number",
"title": "液垫PH值",
"description": "填写液垫的ph值"
},
"testId": {
"type": "string",
"title": "试油试采ID",
"description": "引用\"tp_bas_test\"表的主键"
},
"testNo": {
"type": "number",
"title": "测试次序",
"description": "填写本次试油时的测试顺序号"
},
"wellId": {
"type": "string",
"title": "井ID",
"description": "引用\"cd_well\"表的主键",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellId",
"relationType": "PK"
}
]
},
"cushBcl": {
"type": "number",
"title": "液垫重根含量",
"description": "填写液垫的重根含量"
},
"cushVol": {
"type": "number",
"title": "液垫体积",
"description": "填写所加液垫在测试管柱内的体积"
},
"endTime": {
"type": "date",
"title": "结束时间",
"description": "填写本次施工完工日期"
},
"eventId": {
"type": "string",
"title": "作业阶段ID",
"description": "引用\"cd_event\"表的主键"
},
"remarks": {
"type": "string",
"title": "备注",
"description": "需要补充说明的内容"
},
"cushName": {
"type": "string",
"title": "液垫名称",
"description": "填写液垫名称,如清水、盐水等"
},
"dstOpsId": {
"type": "string",
"title": "地层测试ID",
"description": "主键id"
},
"layerNum": {
"type": "number",
"title": "层数",
"description": "填写层数"
},
"mdBottom": {
"type": "number",
"title": "底界深度",
"description": "填测试层段的底界深度。多层合试时,填最下层底界深度;裸眼或筛管试油(气)时,填裸眼或筛管段的底界深度。"
},
"testMode": {
"type": "string",
"title": "测试方式",
"description": "选填:支撑式、悬挂式"
},
"checkDate": {
"type": "date",
"title": "审核日期",
"description": "记录数据在本系统的审核时间,需精确到时分秒"
},
"dataGroup": {
"type": "string",
"title": "数据分组",
"description": "数据分组"
},
"isSuccess": {
"type": "string",
"title": "工艺是否成功",
"description": "填写工艺成功情况y或n作业成功填写y否则填写n"
},
"startTime": {
"type": "date",
"title": "开始时间",
"description": "填写本次施工开工日期"
},
"thickness": {
"type": "number",
"title": "厚度",
"description": "填测试井段内射开的地层累计厚度,裸眼或筛管完成时,填写裸眼段厚度或筛管段厚度。"
},
"unsetTime": {
"type": "date",
"title": "解封时间",
"description": "填写封隔器解封时间,时间点"
},
"upTonnage": {
"type": "number",
"title": "上提吨位",
"description": "填写封隔器解封时上提吨位"
},
"addProdGas": {
"type": "number",
"title": "累产气",
"description": "填写试油的累产气量"
},
"addProdOil": {
"type": "number",
"title": "累产油",
"description": "填写试油的累产油量"
},
"createDate": {
"type": "date",
"title": "创建日期",
"description": "记录数据在本系统的创建时间,需精确到时分秒"
},
"cushHeight": {
"type": "number",
"title": "液垫高度",
"description": "填写所加液垫在测试管柱内的高度"
},
"dataRegion": {
"type": "string",
"title": "油田标识",
"description": "油田标识"
},
"leakageVol": {
"type": "number",
"title": "漏失量",
"description": "填写井筒漏失量"
},
"recycleGas": {
"type": "number",
"title": "气量",
"description": "气量"
},
"recycleOil": {
"type": "number",
"title": "回收油量",
"description": "填写测试管柱内油的回收量"
},
"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"
}
]
},
"RFluidTotal": {
"type": "number",
"title": "返出液总量",
"description": "填写反循环开始到结束期间返出的总液量,包括地层水、反循环液、油"
},
"bhChokeSize": {
"type": "number",
"title": "井下油嘴直径",
"description": "填写井下油嘴的内径尺寸"
},
"checkUserId": {
"type": "string",
"title": "审核用户",
"description": "记录数据在本系统的审核用户"
},
"createAppId": {
"type": "string",
"title": "创建应用",
"description": "填写数据来源的系统名"
},
"cushDensity": {
"type": "number",
"title": "液垫密度",
"description": "填写液垫的密度"
},
"packersType": {
"type": "string",
"title": "封隔器类型",
"description": "填写封隔器类型,指机械(pt、rtts、openhole)封隔器、液压封隔器"
},
"setDownMode": {
"type": "string",
"title": "坐封方式",
"description": "填写打压、上提下放、旋转等"
},
"RCirculfluid": {
"type": "number",
"title": "反循环液用量",
"description": "填写反循环液的使用量"
},
"addProdWater": {
"type": "number",
"title": "累产水",
"description": "填写试油的累产水量"
},
"annulusLevel": {
"type": "string",
"title": "坐封前后环空液面情况",
"description": "填写坐封前后环空液面的情况"
},
"createUserId": {
"type": "string",
"title": "创建用户",
"description": "记录数据在本系统的创建用户"
},
"dailyProdGas": {
"type": "number",
"title": "日产气",
"description": "填写试油的日产气量"
},
"dailyProdOil": {
"type": "number",
"title": "日产油",
"description": "填写试油的日产油量"
},
"recycleFluid": {
"type": "number",
"title": "回收液量",
"description": "填写测试管柱内液的回收量,分不出液性时填写"
},
"recycleOther": {
"type": "number",
"title": "其他",
"description": "其他"
},
"recycleTotal": {
"type": "number",
"title": "总量",
"description": "总量"
},
"recycleWater": {
"type": "number",
"title": "回收水量",
"description": "填写测试管柱内水的回收量"
},
"setPackerTon": {
"type": "number",
"title": "坐封吨位",
"description": "填写加压的吨位"
},
"updateUserId": {
"type": "string",
"title": "更新用户",
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
},
"addProdLiquid": {
"type": "number",
"title": "累产液",
"description": "填写试油的累产液量"
},
"cushViscosity": {
"type": "number",
"title": "液垫粘度",
"description": "填写液垫的粘度"
},
"emptyingDepth": {
"type": "number",
"title": "掏空深度",
"description": "填写掏空深度,指测试管柱内井口到液垫面之间的深度"
},
"recycleGround": {
"type": "number",
"title": "地面回收量",
"description": "地面回收量"
},
"setPackerTime": {
"type": "date",
"title": "坐封时间",
"description": "填写坐封开始时间,时间点,精确到分"
},
"testToolsName": {
"type": "string",
"title": "测试工具名称",
"description": "填写测试工具名称如mfe、apr等"
},
"dailyProdWater": {
"type": "number",
"title": "日产水",
"description": "填写试油的日产水量"
},
"recycleSandVol": {
"type": "number",
"title": "回收砂量",
"description": "填写测试管柱内砂的回收量"
},
"risestringDesc": {
"type": "string",
"title": "起管柱过程描述",
"description": "填写起管柱过程描述"
},
"setClosureType": {
"type": "string",
"title": "坐封类型",
"description": "填写完井测试只填写套管,中途测试填写套管或裸眼"
},
"topPackerPoint": {
"type": "number",
"title": "上封隔器卡点深度",
"description": "填写上封隔器卡点深度,单封隔器测试时只填写在此项内"
},
"wellCommonName": {
"type": "string",
"title": "井名",
"description": "井名",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellCommonName"
}
]
},
"dailyProdLiquid": {
"type": "number",
"title": "日产液",
"description": "填写试油的日产液量"
},
"evacuatedVolume": {
"type": "number",
"title": "掏空体积",
"description": "填写掏空体积,将掏空深度转换成体积。组合钻具可能需要分段计算。"
},
"runPullStringId": {
"type": "string",
"title": "管柱图ID",
"description": "引用\"dh_ops_run_pull_string\"表的主键,生成管柱图"
},
"toolCheckResult": {
"type": "string",
"title": "工具检查结果",
"description": "填写起出管柱工具损坏及其他异常情况"
},
"RCirculGeneDispl": {
"type": "string",
"title": "反循环一般排量",
"description": "填写反循环时的地面一般排量,区间值"
},
"RCirculfluidName": {
"type": "string",
"title": "反循环液名称",
"description": "填写反循环液名称"
},
"applyingPressure": {
"type": "number",
"title": "施加压力",
"description": "填写坐封时井口打压压力值,液压封隔器时填写此项。"
},
"recycleoilHeight": {
"type": "number",
"title": "回收油柱高度",
"description": "填写测试管柱内回收油柱高度"
},
"setPackerCaliper": {
"type": "number",
"title": "封隔器坐封段井径",
"description": "裸眼测试时填写"
},
"sourceCreateDate": {
"type": "date",
"title": "源头数据采集时间",
"description": "记录源头系统采集数据的时间"
},
"RCirculvalveDepth": {
"type": "number",
"title": "反循环阀深度",
"description": "填写反循环阀的下入深度"
},
"bottomPackerPoint": {
"type": "number",
"title": "下封隔器卡点深度",
"description": "填写下封隔器卡点深度"
},
"constrDescription": {
"type": "string",
"title": "施工简述",
"description": "填写遇阻情况等异常情况"
},
"middlePackerPoint": {
"type": "number",
"title": "中封隔器卡点深度",
"description": "填写中封隔器卡点深度"
},
"recycleOilDensity": {
"type": "number",
"title": "油密度",
"description": "油密度"
},
"wellboreFluidBtCl": {
"type": "number",
"title": "测试前井筒液氯离子含量",
"description": "填写测试前井筒液氯离子含量"
},
"wellboreFluidBtPh": {
"type": "number",
"title": "测试前井筒液PH值",
"description": "填写测试前井筒液ph值"
},
"annulusReturnfluid": {
"type": "number",
"title": "油套环空返液量",
"description": "填写下完测试管柱时的油套环空返液量"
},
"recycleWellboreVol": {
"type": "number",
"title": "井筒体积",
"description": "井筒体积"
},
"recyclefluidHeight": {
"type": "number",
"title": "回收液柱高度",
"description": "填写测试管柱内回收液柱高度,分不出液性时填写"
},
"recyclewaterHeight": {
"type": "number",
"title": "回收水柱高度",
"description": "填写测试管柱内回收水柱高度"
},
"returningOilAmount": {
"type": "number",
"title": "返出油量",
"description": "填写反循环开始到结束期间返出油的总量"
},
"setPackerLithology": {
"type": "string",
"title": "封隔器坐封段岩性",
"description": "裸眼测试时填写"
},
"testpressureDiffer": {
"type": "number",
"title": "测试压差",
"description": "填写测试前测试管柱内外液体的压力差值"
},
"wellboreCommonName": {
"type": "string",
"title": "井筒名",
"description": "井筒名",
"x-osdu-relationship": [
{
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
}
]
},
"wellboreFluidBtBcl": {
"type": "number",
"title": "测试前井筒液重根含量",
"description": "填写测试前井筒液氯重根含量"
},
"RCirculGenePumpPres": {
"type": "string",
"title": "反循环一般泵压",
"description": "填写反循环时的地面一般泵压,区间值"
},
"RCirculfluidDensity": {
"type": "number",
"title": "反循环液密度",
"description": "填写反循环液的密度"
},
"recycleWaterDensity": {
"type": "number",
"title": "水密度",
"description": "水密度"
},
"stringHangingweight": {
"type": "number",
"title": "管柱悬重",
"description": "填写下完管柱封隔器坐封前时管柱的自由悬重"
},
"wellboreFluidBtName": {
"type": "string",
"title": "测试前井筒液名称",
"description": "填写测试前井筒液名称"
},
"RStringHangingweight": {
"type": "number",
"title": "解封管柱悬重",
"description": "填写解封后管柱悬重"
},
"RCirculfluidViscosity": {
"type": "string",
"title": "反循环液粘度",
"description": "填写反循环液的粘度,包括粘度值和单位"
},
"RCirculvalveStartTime": {
"type": "date",
"title": "反循环洗井开始时间",
"description": "填写进行反循环洗井时的开始时间,时间点"
},
"annulusInjectquantity": {
"type": "number",
"title": "环空灌入量",
"description": "填写坐封后环空补入的工作液量"
},
"recycleWellboreHeight": {
"type": "number",
"title": "井筒高度",
"description": "井筒高度"
},
"recycleChlorideIonCont": {
"type": "number",
"title": "回收物氯离子含量",
"description": "填写回收物氯离子含量"
},
"wellboreFluidBtDensity": {
"type": "number",
"title": "测试前井筒液密度",
"description": "填写测试前井筒液密度,如钻井液密度,中途测试时填写"
},
"wellboreFluidViscosity": {
"type": "number",
"title": "测试前井筒液粘度",
"description": "填写测试前井筒液密度,如钻井液密度,中途测试时填写"
},
"fallteststringStartTime": {
"type": "date",
"title": "下测试管柱开始时间",
"description": "填写下测试管柱时间点,精确到分"
},
"riseteststringStartTime": {
"type": "date",
"title": "起测试管柱开始时间",
"description": "填写起测试管柱时间点,精确到分"
}
}
}