311 lines
9.8 KiB
JSON
311 lines
9.8 KiB
JSON
{
|
||
"$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": "ADHT3000,BG80S,BG82SN,BG90S,BG90SE,BG90S/N,BG95,CB95S,BG95SE,BG95S/N,BG95SS,BG95SSE,BG95SSN,BG2830,BG2830-110,BG110,BG110SS,C90,C95,NKAC80M,SM2500-125,SM2535-110,SM2242-125,SM2550-110,SM2550-125,G3/2550-125,G3-110,G3-125,H40,J55,C75,N80,P110,N80E,P105,P110,K55,M65,ML-90SSE,L80,Q125,T95,TP80SN,TP90S"
|
||
},
|
||
"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 井所属单位代码+标准井号+开工日期"
|
||
}
|
||
}
|
||
} |