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

220 lines
6.5 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/business-data/x_dh_construction_summary.1.0.0.json",
"type": "Object",
"title": "施工总结",
"schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dataRegion",
"bsflag",
"eventId",
"dsid",
"wellCommonName",
"wellId",
"constructionId"
],
"identityId": [
"dsid"
],
"naturalKey": [
"wellId",
"eventId"
],
"properties": {
"dsid": {
"type": "string",
"title": "DSID",
"description": "主键ID"
},
"bsflag": {
"type": "number",
"title": "删除标识",
"description": "逻辑删除标识,表"
},
"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": "作业ID"
},
"remarks": {
"type": "string",
"title": "备注",
"description": "需要补充说明的内容"
},
"uniteIn": {
"type": "number",
"title": "联入",
"description": "联入"
},
"engineer": {
"type": "string",
"title": "工程技术员",
"description": "工程技术员"
},
"cementTop": {
"type": "number",
"title": "水泥返高",
"description": "水泥返高"
},
"checkDate": {
"type": "date",
"title": "审核日期",
"description": "记录数据在本系统的审核时间,需精确到时分秒"
},
"dataGroup": {
"type": "string",
"title": "数据分组",
"description": "数据分组"
},
"scheduler": {
"type": "string",
"title": "制表人",
"description": "制表人"
},
"createDate": {
"type": "date",
"title": "创建日期",
"description": "记录数据在本系统的创建时间,需精确到时分秒"
},
"dataRegion": {
"type": "string",
"title": "油田标识",
"description": "油田标识"
},
"updateDate": {
"type": "date",
"title": "更新日期",
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
},
"checkUserId": {
"type": "string",
"title": "审核用户",
"description": "记录数据在本系统的审核用户"
},
"createAppId": {
"type": "string",
"title": "创建应用",
"description": "填写数据来源的系统名"
},
"createUserId": {
"type": "string",
"title": "创建用户",
"description": "记录数据在本系统的创建用户"
},
"updateUserId": {
"type": "string",
"title": "更新用户",
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
},
"tubingBsuhDis": {
"type": "number",
"title": "油补距",
"description": "油补距"
},
"cementCapDepth": {
"type": "number",
"title": "水泥帽深度",
"description": "水泥帽深度"
},
"constructionId": {
"type": "string",
"title": "施工ID",
"description": "施工ID"
},
"identityresult": {
"type": "string",
"title": "鉴定结果",
"description": "鉴定结果"
},
"wellCommonName": {
"type": "string",
"title": "井名",
"description": "井名",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellCommonName"
}
]
},
"casingCrossHigh": {
"type": "number",
"title": "套管四通高度",
"description": "套管四通高度"
},
"antirushDistance": {
"type": "number",
"title": "防冲距",
"description": "防冲距"
},
"casingTopSpacing": {
"type": "number",
"title": "套补距",
"description": "套补距"
},
"operationCaptain": {
"type": "string",
"title": "作业队长",
"description": "作业队长"
},
"sourceCreateDate": {
"type": "date",
"title": "源头数据采集时间",
"description": "记录源头系统采集数据的时间"
},
"conserverDuration": {
"type": "number",
"title": "保存期限",
"description": "保存期限"
},
"geologyTechnician": {
"type": "string",
"title": "地质技术员",
"description": "地质技术员"
},
"tubingHangerNipple": {
"type": "number",
"title": "油管挂短节",
"description": "油管挂短节"
},
"calculatedWellTimes": {
"type": "number",
"title": "计算井次",
"description": "计算井次"
},
"conserverDepartment": {
"type": "string",
"title": "保存部门",
"description": "保存部门"
},
"constructionContent": {
"type": "string",
"title": "施工内容",
"description": "施工内容"
},
"calculatedConProject": {
"type": "string",
"title": "计算施工项目",
"description": "计算施工项目"
},
"casingFlangeNippleLength": {
"type": "number",
"title": "套管法兰短节长",
"description": "套管法兰短节长"
},
"realartificialWellBottom": {
"type": "number",
"title": "实探人工井底",
"description": "实探人工井底"
}
}
}