348 lines
11 KiB
JSON
348 lines
11 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_dr_ach_casing_tally.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "套管记录数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"bsflag",
|
||
"dataRegion",
|
||
"dsid"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"batch": {
|
||
"type": "string",
|
||
"title": "批次",
|
||
"description": "批次"
|
||
},
|
||
"grade": {
|
||
"type": "string",
|
||
"title": "钢级",
|
||
"description": "钢级"
|
||
},
|
||
"runNo": {
|
||
"type": "string",
|
||
"title": "下入序号",
|
||
"description": "下井序号"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"length": {
|
||
"type": "number",
|
||
"title": "套管长度",
|
||
"description": "长度"
|
||
},
|
||
"mdBase": {
|
||
"type": "number",
|
||
"title": "扶正器底深",
|
||
"description": "扶正器底深"
|
||
},
|
||
"thread": {
|
||
"type": "string",
|
||
"title": "螺纹",
|
||
"description": "填写螺纹"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "井ID",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "备注信息"
|
||
},
|
||
"casingMd": {
|
||
"type": "number",
|
||
"title": "下入深度",
|
||
"description": "下入深度"
|
||
},
|
||
"casingOd": {
|
||
"type": "number",
|
||
"title": "套管外径",
|
||
"description": "套管外径"
|
||
},
|
||
"numItems": {
|
||
"type": "object",
|
||
"title": "扶正器数量",
|
||
"description": "扶正器数量"
|
||
},
|
||
"spudinNo": {
|
||
"type": "string",
|
||
"title": "开钻次序",
|
||
"description": "开钻次序"
|
||
},
|
||
"checkDate": {
|
||
"type": "object",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"sumLength": {
|
||
"type": "number",
|
||
"title": "累计长度",
|
||
"description": "累计长度"
|
||
},
|
||
"attachType": {
|
||
"type": "string",
|
||
"title": "扶正器类型",
|
||
"description": "扶正器类型"
|
||
},
|
||
"casingName": {
|
||
"type": "string",
|
||
"title": "套管名称",
|
||
"description": "属性规范值字段,引用属性代码CASING_NAME下的属性值"
|
||
},
|
||
"casingType": {
|
||
"type": "string",
|
||
"title": "类型",
|
||
"description": "基管、筛管等"
|
||
},
|
||
"createDate": {
|
||
"type": "object",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"eoSourceId": {
|
||
"type": "string",
|
||
"title": "交换源端ID",
|
||
"description": "交换源端ID"
|
||
},
|
||
"recordDate": {
|
||
"type": "object",
|
||
"title": "记录日期",
|
||
"description": "记录日期"
|
||
},
|
||
"tripinDate": {
|
||
"type": "object",
|
||
"title": "下入日期",
|
||
"description": "下入日期"
|
||
},
|
||
"updateDate": {
|
||
"type": "object",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "井筒ID",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"createOrgId": {
|
||
"type": "string",
|
||
"title": "创建者组织机构",
|
||
"description": "创建者组织机构"
|
||
},
|
||
"updateOrgId": {
|
||
"type": "string",
|
||
"title": "修改者组织机构",
|
||
"description": "修改者组织机构"
|
||
},
|
||
"basetubeType": {
|
||
"type": "string",
|
||
"title": "基管类型",
|
||
"description": "基管类型 只是针对于完井筛管的情况显示"
|
||
},
|
||
"boxPinConfig": {
|
||
"type": "string",
|
||
"title": "套管扣型",
|
||
"description": "扣型"
|
||
},
|
||
"casingNameId": {
|
||
"type": "string",
|
||
"title": "套管名称ID",
|
||
"description": "属性规范值字段,引用属性代码CASING_NAME下的属性值"
|
||
},
|
||
"casingNumber": {
|
||
"type": "object",
|
||
"title": "套管编号",
|
||
"description": "套管编号"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"manufacturer": {
|
||
"type": "string",
|
||
"title": "扶正器制造商",
|
||
"description": "扶正器制造商"
|
||
},
|
||
"sendIndicate": {
|
||
"type": "string",
|
||
"title": "传输标识",
|
||
"description": "传输标识"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"wellfieldNum": {
|
||
"type": "object",
|
||
"title": "井场编号",
|
||
"description": "井场编号"
|
||
},
|
||
"casingTallyId": {
|
||
"type": "string",
|
||
"title": "套管记录ID",
|
||
"description": "套管记录标识"
|
||
},
|
||
"screwOnTorque": {
|
||
"type": "number",
|
||
"title": "上扣扭矩",
|
||
"description": "上扣扭矩"
|
||
},
|
||
"wallThickness": {
|
||
"type": "number",
|
||
"title": "壁厚",
|
||
"description": "壁厚"
|
||
},
|
||
"casingProducer": {
|
||
"type": "string",
|
||
"title": "套管生产厂家",
|
||
"description": "套管生产厂家"
|
||
},
|
||
"contractNubmer": {
|
||
"type": "string",
|
||
"title": "合同编号",
|
||
"description": "合同编号"
|
||
},
|
||
"isBracbyCasing": {
|
||
"type": "string",
|
||
"title": "是否短套",
|
||
"description": "是否短套"
|
||
},
|
||
"sandBlockingNo": {
|
||
"type": "number",
|
||
"title": "挡砂粒度",
|
||
"description": "挡砂粒度"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井号",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"basetubeOutsize": {
|
||
"type": "number",
|
||
"title": "基管外径",
|
||
"description": "基管外径mm, 只是针对于完井筛管的情况显示"
|
||
},
|
||
"sievetubeNumber": {
|
||
"type": "object",
|
||
"title": "筛网目数",
|
||
"description": "填下井筛网的目数。"
|
||
},
|
||
"whetherDomestic": {
|
||
"type": "string",
|
||
"title": "是否国产",
|
||
"description": "是否国产"
|
||
},
|
||
"basetubeBoresize": {
|
||
"type": "number",
|
||
"title": "基管内径",
|
||
"description": "基管内径mm 只是针对于完井筛管的情况显示"
|
||
},
|
||
"sievetubeOutsize": {
|
||
"type": "number",
|
||
"title": "筛管外径",
|
||
"description": "填下井筛管的外径。"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "object",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"basetubeSlotwidth": {
|
||
"type": "number",
|
||
"title": "基管缝宽",
|
||
"description": "基管缝宽mm, 只是针对于完井筛管的情况显示"
|
||
},
|
||
"gasTigntnessCheck": {
|
||
"type": "string",
|
||
"title": "气密检查",
|
||
"description": "气密检查"
|
||
},
|
||
"ifCenteringDevice": {
|
||
"type": "string",
|
||
"title": "是否带扶正器",
|
||
"description": "是否带扶正器"
|
||
},
|
||
"basetubeUnitnumber": {
|
||
"type": "number",
|
||
"title": "基管每米孔数",
|
||
"description": "基管每米孔数 只是针对于完井筛管的情况显示"
|
||
},
|
||
"sievetubeSlotwidth": {
|
||
"type": "number",
|
||
"title": "筛管缝宽",
|
||
"description": "筛管缝宽mm, 只是针对于完井筛管的情况显示"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒号",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"sievetubeSlotlength": {
|
||
"type": "number",
|
||
"title": "筛管缝长",
|
||
"description": "筛管缝长mm, 只是针对于完井筛管的情况显示"
|
||
},
|
||
"basetubePorediameter": {
|
||
"type": "number",
|
||
"title": "基管孔径",
|
||
"description": "基管孔径mm, 只是针对于完井筛管的情况显示"
|
||
}
|
||
}
|
||
} |