331 lines
10 KiB
JSON
331 lines
10 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/dh_ach_perf_interval.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "射孔井段数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"bsflag",
|
||
"dsid",
|
||
"layerNo",
|
||
"perfTopMd",
|
||
"wellboreId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"layerNo",
|
||
"perfTopMd",
|
||
"wellboreId"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"phase": {
|
||
"type": "string",
|
||
"title": "阶段",
|
||
"description": "阶段"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"perfId": {
|
||
"type": "string",
|
||
"title": "射孔ID",
|
||
"description": "引用\"DH_ACH_PERFORATE\"表的主键"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "引用\"CD_WELL\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"azimuth": {
|
||
"type": "string",
|
||
"title": "方位",
|
||
"description": "填写定点定方位射孔时每发弹的方位"
|
||
},
|
||
"endTime": {
|
||
"type": "date",
|
||
"title": "结束时间",
|
||
"description": "填写本次施工完工日期"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "作业阶段唯一标识符"
|
||
},
|
||
"gunType": {
|
||
"type": "string",
|
||
"title": "枪型",
|
||
"description": "填写用数字、字母和符号所组成的表示射孔枪的形式和规格的代号"
|
||
},
|
||
"layerNo": {
|
||
"type": "string",
|
||
"title": "解释层号",
|
||
"description": "解释层号"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"perfBtmMd": {
|
||
"type": "number",
|
||
"title": "射孔井段底深",
|
||
"description": "填写射孔段顶界深度"
|
||
},
|
||
"perfTopMd": {
|
||
"type": "number",
|
||
"title": "射孔井段顶深",
|
||
"description": "填写射孔段顶界深度"
|
||
},
|
||
"projectId": {
|
||
"type": "string",
|
||
"title": "地质单元ID",
|
||
"description": "地质单元ID"
|
||
},
|
||
"startTime": {
|
||
"type": "date",
|
||
"title": "开始时间",
|
||
"description": "填写本次施工开工日期"
|
||
},
|
||
"thickness": {
|
||
"type": "number",
|
||
"title": "厚度",
|
||
"description": "填写射开厚度,厚度=射孔井段底深-射孔井段顶深"
|
||
},
|
||
"chargeType": {
|
||
"type": "string",
|
||
"title": "弹型",
|
||
"description": "填写射孔弹的型号"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"dataSource": {
|
||
"type": "string",
|
||
"title": "数据来源",
|
||
"description": "数据来源"
|
||
},
|
||
"eoSourceId": {
|
||
"type": "string",
|
||
"title": "交换源端ID",
|
||
"description": "交换源端ID"
|
||
},
|
||
"perfBtmMdZ": {
|
||
"type": "number",
|
||
"title": "射孔总井段底深",
|
||
"description": "填写射孔总井段底深"
|
||
},
|
||
"perfTopMdZ": {
|
||
"type": "number",
|
||
"title": "射孔总井段顶深",
|
||
"description": "填写射孔总井段顶深"
|
||
},
|
||
"shotingNum": {
|
||
"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"
|
||
}
|
||
]
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"firePercent": {
|
||
"type": "number",
|
||
"title": "发射率",
|
||
"description": "填写发射率,射孔枪内已发射出射孔弹数占装入射孔弹数的百分比。"
|
||
},
|
||
"projectName": {
|
||
"type": "string",
|
||
"title": "地质单元名称",
|
||
"description": "地质单元名称"
|
||
},
|
||
"wellSection": {
|
||
"type": "string",
|
||
"title": "井段号",
|
||
"description": "井段号"
|
||
},
|
||
"clusterCount": {
|
||
"type": "number",
|
||
"title": "簇数",
|
||
"description": "填写压裂井段簇数"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"perfFluidVol": {
|
||
"type": "number",
|
||
"title": "射孔液量",
|
||
"description": "根据工程技术业务扩展"
|
||
},
|
||
"porediameter": {
|
||
"type": "number",
|
||
"title": "孔径",
|
||
"description": "孔径"
|
||
},
|
||
"transmitType": {
|
||
"type": "string",
|
||
"title": "传输方式",
|
||
"description": "属性规范值字段,引用属性代码PRFCONV下的属性值"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"useBulletNum": {
|
||
"type": "number",
|
||
"title": "实装弹数",
|
||
"description": "填写实际装枪弹数"
|
||
},
|
||
"chargePhasing": {
|
||
"type": "number",
|
||
"title": "射孔相位角",
|
||
"description": "填写在射孔枪身上装射孔弹错开的角度,如60o、90o等"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "填写射孔井段所对应的地质层位,煤层气可填写煤层号"
|
||
},
|
||
"perfFluidDens": {
|
||
"type": "number",
|
||
"title": "射孔液密度",
|
||
"description": "填写射孔液密度"
|
||
},
|
||
"perfFluidName": {
|
||
"type": "string",
|
||
"title": "射孔液名称",
|
||
"description": "填写射孔液名称"
|
||
},
|
||
"shotsPerMeter": {
|
||
"type": "number",
|
||
"title": "孔密",
|
||
"description": "填写每米的射孔数"
|
||
},
|
||
"fluidLevelDpth": {
|
||
"type": "number",
|
||
"title": "液面深度",
|
||
"description": "填写射孔时井筒液的液面深度"
|
||
},
|
||
"perfIntervalId": {
|
||
"type": "string",
|
||
"title": "射孔井段ID",
|
||
"description": "主键ID"
|
||
},
|
||
"subsectionType": {
|
||
"type": "string",
|
||
"title": "分段类型",
|
||
"description": "分段类型"
|
||
},
|
||
"transmitTypeId": {
|
||
"type": "string",
|
||
"title": "传输方式ID",
|
||
"description": "属性规范值字段,引用属性代码PRFCONV下的属性值"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"bridgePlugDepth": {
|
||
"type": "number",
|
||
"title": "桥塞位置",
|
||
"description": "填写桥塞深度位置"
|
||
},
|
||
"holeArrangement": {
|
||
"type": "string",
|
||
"title": "布孔方式",
|
||
"description": "布孔方式"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"perfDetonationTime": {
|
||
"type": "date",
|
||
"title": "射孔起爆时间",
|
||
"description": "填写射孔枪点火的时间,时间点"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"perfAfterOilDisplay": {
|
||
"type": "string",
|
||
"title": "射孔后油气显示",
|
||
"description": "填写射孔后油气显示"
|
||
},
|
||
"perforateThroughDepth": {
|
||
"type": "number",
|
||
"title": "穿深",
|
||
"description": "穿深"
|
||
}
|
||
}
|
||
} |