{ "$id": "https://schema.ideas.cnpc/json/business-data/ml_trip_connect_data.1.0.0.json", "type": "Object", "title": "起下钻接单根数据", "schema": "http://json-schema.org/draft-07/schema#", "required": [ "dataRegion", "trippingConnectionId", "dynamicStaticDataMark", "connectionDepth", "dsid", "wellboreId", "wellboreCommonName", "wellCommonName", "wellId" ], "identityId": [ "dsid" ], "naturalKey": [ "wellId", "connectionDepth", "wellboreId" ], "properties": { "dsid": { "type": "string", "title": "DSID", "description": "主键ID" }, "peak": { "type": "number", "title": "单根峰", "description": "单根峰" }, "seqNo": { "type": "number", "title": "单根序号", "description": "单根号" }, "bsflag": { "type": "number", "title": "删除标识", "description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据" }, "length": { "type": "number", "title": "单根长度", "description": "单根长度" }, "siteNo": { "type": "number", "title": "场地号", "description": "场地号" }, "wellId": { "type": "string", "title": "井ID", "description": "井ID", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellId", "relationType": "PK" } ] }, "bitType": { "type": "string", "title": "钻头类型", "description": "下钻钻头类型" }, "creator": { "type": "string", "title": "填表人", "description": "填表人" }, "eventId": { "type": "string", "title": "作业阶段ID", "description": "作业阶段ID" }, "remarks": { "type": "string", "title": "备注", "description": "需要补充说明的内容" }, "checkDate": { "type": "date", "title": "审核日期", "description": "记录数据在本系统的审核时间,需精确到时分秒" }, "dataGroup": { "type": "string", "title": "数据分组", "description": "数据分组" }, "tripDepth": { "type": "number", "title": "起下钻深度", "description": "起下钻深度" }, "createDate": { "type": "date", "title": "创建日期", "description": "记录数据在本系统的创建时间,需精确到时分秒" }, "dataRegion": { "type": "string", "title": "油田标识", "description": "油田标识" }, "dataSource": { "type": "string", "title": "数据来源", "description": "填写数据来源的表CODE" }, "supervisor": { "type": "string", "title": "审核人", "description": "审核人" }, "tripTimeIn": { "type": "date", "title": "下钻时间", "description": "下钻时间" }, "updateDate": { "type": "date", "title": "更新日期", "description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间" }, "wellboreId": { "type": "string", "title": "井筒ID", "description": "井筒唯一标识符", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreId", "relationType": "PK" } ] }, "bitDiameter": { "type": "number", "title": "钻头直径", "description": "钻头直径" }, "checkUserId": { "type": "string", "title": "审核用户", "description": "记录数据在本系统的审核用户" }, "createAppId": { "type": "string", "title": "创建应用", "description": "填写数据来源的系统名" }, "tripTimeOut": { "type": "date", "title": "起钻时间", "description": "起钻时间" }, "unifyTaskId": { "type": "string", "title": "统一任务ID", "description": "一体化采集平台统一任务标识" }, "createUserId": { "type": "string", "title": "创建用户", "description": "记录数据在本系统的创建用户" }, "updateUserId": { "type": "string", "title": "更新用户", "description": "记录数据在本系统最新的更新用户,默认=创建用户" }, "operationType": { "type": "string", "title": "操作类型", "description": "属性规范值字段,引用属性代码TRIPPING_STATE_MARK下的属性值" }, "connectionTime": { "type": "date", "title": "接单根坐卡时间", "description": "坐卡时间" }, "drillSeqNumber": { "type": "string", "title": "钻头序号", "description": "钻头序号" }, "wellCommonName": { "type": "string", "title": "井名", "description": "井名", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellCommonName" } ] }, "connectionDepth": { "type": "number", "title": "接单根深度", "description": "接单根深度" }, "sourceCreateDate": { "type": "date", "title": "源头数据采集时间", "description": "记录源头系统采集数据的时间" }, "wellboreCommonName": { "type": "string", "title": "井筒名", "description": "井筒名", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreCommonName" } ] }, "trippingConnectionId": { "type": "string", "title": "起下钻接单根ID", "description": "接单根起下钻ID" }, "connectionReleaseTime": { "type": "date", "title": "接单根解卡时间", "description": "接单根时间" }, "dynamicStaticDataMark": { "type": "string", "title": "动静态数据标识符", "description": "动静态数据标识符。动态数据填写\"1\",静态数据填写\"0\"" } } }