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

268 lines
8.9 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/dh_bas_acid_incr_stim.1.0.0.json",
"type": "Object",
"title": "酸化基础数据",
"schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dataRegion",
"bsflag",
"dsid",
"btmMd",
"topMd",
"layerNo",
"wellboreId"
],
"identityId": [
"dsid"
],
"naturalKey": [
"btmMd",
"topMd",
"layerNo",
"wellboreId"
],
"properties": {
"dsid": {
"type": "string",
"title": "DSID",
"description": "主键ID"
},
"sgdw": {
"type": "string",
"title": "施工单位",
"description": "施工单位"
},
"btmMd": {
"type": "number",
"title": "井段底深",
"description": "填写本次措施作业对应的井段底深"
},
"topMd": {
"type": "number",
"title": "井段顶深",
"description": "填写本次措施作业对应的井段顶深"
},
"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"
}
]
},
"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": "数据分组"
},
"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": "油田标识"
},
"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": "number",
"title": "测井解释层数",
"description": "层数,指本次酸化压裂段所含解释层数"
},
"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下的属性值"
},
"stimulationId": {
"type": "string",
"title": "增产措施ID",
"description": "增产措施ID"
},
"totAcidfluVol": {
"type": "number",
"title": "总酸液量",
"description": "填写注入地层的酸液用量=前置酸+主体酸+后置酸"
},
"totBlowoutVol": {
"type": "number",
"title": "总放喷液量",
"description": "填写压裂、酸化作业等实际返出和喷出的总液量"
},
"acidRemainConc": {
"type": "number",
"title": "残酸浓度",
"description": "填写现场取样化验的残酸化验浓度"
},
"wellCommonName": {
"type": "string",
"title": "井名",
"description": "井名",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellCommonName"
}
]
},
"runPullStringId": {
"type": "string",
"title": "管串结构",
"description": "引用\"DH_OPS_RUN_PULL_STRING\"表的主键,生成图"
},
"sourceCreateDate": {
"type": "date",
"title": "源头数据采集时间",
"description": "记录源头系统采集数据的时间"
},
"layeringJobMethod": {
"type": "string",
"title": "分层作业方式",
"description": "属性规范值字段引用属性代码LAYERING_JOB_METHOD下的属性值"
},
"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下的属性值"
}
}
}