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

311 lines
9.8 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_con_sum_oil_tube.1.0.0.json",
"type": "Object",
"title": "施工总结油管记录",
"schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dataRegion",
"bsflag",
"dsid",
"wellId",
"startDate",
"depth"
],
"identityId": [
"dsid"
],
"naturalKey": [
"wellId",
"startDate",
"depth"
],
"properties": {
"dsid": {
"type": "string",
"title": "DSID",
"description": "主键ID"
},
"name": {
"type": "string",
"title": "名称",
"description": "设备的名称"
},
"depth": {
"type": "number",
"title": "深度",
"description": "深度(m)"
},
"minId": {
"type": "number",
"title": "管柱最小内径",
"description": "管柱各管件内径最小值"
},
"orgId": {
"type": "string",
"title": "所属单位代码",
"description": "所属单位代码"
},
"bsflag": {
"type": "number",
"title": "删除标识",
"description": "逻辑删除标识表示该条记录在用或者已经失效1表示正常数据、-5表示废弃数据"
},
"length": {
"type": "number",
"title": "长度",
"description": "长度(m)"
},
"wellId": {
"type": "string",
"title": "井ID",
"description": "井ID",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellId",
"relationType": "PK"
}
]
},
"eventId": {
"type": "string",
"title": "作业阶段ID",
"description": "引用\"CD_EVENT\"表的主键"
},
"jobType": {
"type": "string",
"title": "作业类型",
"description": "属性规范值字段引用属性代码WORKING_TYPE下的属性值"
},
"orgName": {
"type": "string",
"title": "所属单位名称",
"description": "所属单位名称"
},
"remarks": {
"type": "string",
"title": "备注",
"description": "需要补充说明的内容"
},
"useDate": {
"type": "date",
"title": "投用时间",
"description": "投用时间"
},
"wallThk": {
"type": "number",
"title": "壁厚",
"description": "填写管件的壁厚"
},
"holeSize": {
"type": "number",
"title": "孔眼尺寸",
"description": "填写钻头水眼、循环阀孔眼等尺寸"
},
"newOrOld": {
"type": "string",
"title": "新旧",
"description": "设备的新旧,新或原井"
},
"serialSq": {
"type": "number",
"title": "油管序号",
"description": "油管序号"
},
"toolType": {
"type": "string",
"title": "型号",
"description": "型号"
},
"upDownId": {
"type": "string",
"title": "起下管柱ID",
"description": "引用\"DH_OPS_UP_DOWN\"表的主键"
},
"checkDate": {
"type": "date",
"title": "审核日期",
"description": "记录数据在本系统的审核时间,需精确到时分秒"
},
"dataGroup": {
"type": "string",
"title": "数据分组",
"description": "数据分组"
},
"dataState": {
"type": "string",
"title": "数据状态",
"description": "数据审批状态"
},
"dhEventId": {
"type": "string",
"title": "数据源主键ID",
"description": "主键"
},
"innerDiam": {
"type": "number",
"title": "管柱内径",
"description": "填写管件或工具的最大内径尺寸"
},
"jobTypeId": {
"type": "string",
"title": "作业类型ID",
"description": "属性规范值字段引用属性代码WORKING_TYPE下的属性值"
},
"lengthSum": {
"type": "number",
"title": "累计长度",
"description": "累计长度(m)"
},
"startDate": {
"type": "date",
"title": "开工时间",
"description": "开工时间"
},
"createDate": {
"type": "date",
"title": "创建日期",
"description": "记录数据在本系统的创建时间,需精确到时分秒"
},
"dataRegion": {
"type": "string",
"title": "油田标识",
"description": "油田标识"
},
"outerDiame": {
"type": "number",
"title": "管柱外径",
"description": "填写管件或工具的最大外径尺寸"
},
"steelGrade": {
"type": "string",
"title": "钢级",
"description": "ADHT3000BG80SBG82SNBG90SBG90SEBG90S/NBG95CB95SBG95SEBG95S/NBG95SSBG95SSEBG95SSNBG2830BG2830-110BG110BG110SSC90C95NKAC80MSM2500-125SM2535-110SM2242-125SM2550-110SM2550-125G3/2550-125G3-110G3-125H40J55C75N80P110N80EP105P110K55M65ML-90SSEL80Q125T95TP80SNTP90S"
},
"toolFormat": {
"type": "number",
"title": "规范",
"description": "规范(mm)"
},
"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"
}
]
},
"buckelModel": {
"type": "string",
"title": "扣型",
"description": "平扣TBG外加厚扣(UPTBG)等"
},
"checkUserId": {
"type": "string",
"title": "审核用户",
"description": "记录数据在本系统的审核用户"
},
"createAppId": {
"type": "string",
"title": "创建应用",
"description": "填写数据来源的系统名"
},
"settingDate": {
"type": "date",
"title": "下入日期",
"description": "下入日期"
},
"createUserId": {
"type": "string",
"title": "创建用户",
"description": "记录数据在本系统的创建用户"
},
"toolMaterial": {
"type": "string",
"title": "材质",
"description": "金属,非金属,不锈钢,其他"
},
"updateUserId": {
"type": "string",
"title": "更新用户",
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
},
"manufacturers": {
"type": "string",
"title": "生产厂家",
"description": "生产厂家"
},
"replaceReason": {
"type": "string",
"title": "更换原因",
"description": "更换原因"
},
"stringComments": {
"type": "string",
"title": "管柱串说明",
"description": "管柱串结构文字说明"
},
"wellCommonName": {
"type": "string",
"title": "井名",
"description": "井名",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellCommonName"
}
]
},
"lowerBuckleType": {
"type": "string",
"title": "下端扣型",
"description": "填写管件或工具的下端扣型"
},
"tubularQuantity": {
"type": "date",
"title": "元件数量",
"description": "填写当前规格管件的总数量或者工具的总数量"
},
"sourceCreateDate": {
"type": "date",
"title": "源头数据采集时间",
"description": "记录源头系统采集数据的时间"
},
"toolAntiCorrType": {
"type": "string",
"title": "防腐类型",
"description": "材质,涂层,无"
},
"leaveFactoryNumber": {
"type": "string",
"title": "出厂编号",
"description": "出厂编号"
},
"leaveWarehouseDate": {
"type": "date",
"title": "出库日期",
"description": "出库日期"
},
"wellboreCommonName": {
"type": "string",
"title": "井筒名",
"description": "井筒名",
"x-osdu-relationship": [
{
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
}
]
},
"constructionSummaryId": {
"type": "string",
"title": "施工总结ID",
"description": "施工总结ID 井所属单位代码+标准井号+开工日期"
}
}
}