{ "$id": "https://schema.ideas.cnpc/json/business-data/x_op_indicator_diagram.1.0.0.json", "type": "Object", "title": "示功图", "schema": "http://json-schema.org/draft-07/schema#", "required": [ "dsid", "indicatorDiagramId", "dataRegion" ], "identityId": [ "dsid" ], "naturalKey": [ "dsid" ], "properties": { "dsid": { "type": "string", "title": "DSID", "description": "主键ID" }, "orgId": { "type": "string", "title": "单位ID", "description": "引用\"CD_ORGANIZATION\"表的主键" }, "bsflag": { "type": "number", "title": "删除标识", "description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据" }, "wellId": { "type": "string", "title": "井ID", "description": "引用\"CD_WELL\"表的主键", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellId", "relationType": "PK" } ] }, "orgName": { "type": "string", "title": "单位名称", "description": "单位名称" }, "remarks": { "type": "string", "title": "备注", "description": "对施工过程进行简单描述" }, "dispLoad": { "type": "string", "title": "载荷", "description": "载荷" }, "checkDate": { "type": "object", "title": "功图采集时间", "description": "功图采集时间" }, "dataGroup": { "type": "string", "title": "数据分组", "description": "数据分组" }, "pumpDepth": { "type": "string", "title": "泵深", "description": "泵深" }, "checkDate2": { "type": "object", "title": "审核日期", "description": "记录数据在本系统的审核时间,需精确到时分秒" }, "createDate": { "type": "object", "title": "创建日期", "description": "记录数据在本系统的创建时间,需精确到时分秒" }, "dataRegion": { "type": "string", "title": "油田标识", "description": "油田标识" }, "pumpRadius": { "type": "string", "title": "泵径", "description": "泵径" }, "updateDate": { "type": "object", "title": "更新日期", "description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间" }, "checkUserId": { "type": "string", "title": "审核用户", "description": "记录数据在本系统的审核用户" }, "createAppId": { "type": "string", "title": "创建应用", "description": "填写数据来源的系统名" }, "suspMaxload": { "type": "number", "title": "最大悬点载荷", "description": "最大悬点载荷" }, "suspMinload": { "type": "number", "title": "最小悬点载荷", "description": "最小悬点载荷" }, "createUserId": { "type": "string", "title": "创建用户", "description": "记录数据在本系统的创建用户" }, "displacement": { "type": "string", "title": "位移", "description": "位移" }, "pumpTypeCode": { "type": "string", "title": "泵型号", "description": "泵型号" }, "strokeLength": { "type": "number", "title": "冲程", "description": "冲程" }, "updateUserId": { "type": "string", "title": "更新用户", "description": "记录数据在本系统最新的更新用户,默认=创建用户" }, "wellCommonName": { "type": "string", "title": "井名", "description": "井名", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellCommonName" } ] }, "strokeFrequency": { "type": "number", "title": "冲次", "description": "每分钟冲次" }, "sourceCreateDate": { "type": "object", "title": "源头数据采集时间", "description": "记录源头系统采集数据的时间" }, "flowingLiquidLevel": { "type": "string", "title": "动液面", "description": "动液面" }, "indicatorDiagramId": { "type": "string", "title": "示功图ID", "description": "示功图唯一标识符" } } }