{ "type": "object", "title": "意向井井轨迹数据", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "dsid" ], "identityId": [ "dsid" ], "properties": { "cl": { "type": "number", "title": "分段长度" }, "ew": { "type": "number", "title": "东位移" }, "ns": { "type": "number", "title": "北位移" }, "tvd": { "type": "number", "title": "垂直井深" }, "dsid": { "type": "string", "title": "主键id" }, "xAxis": { "type": "number", "title": "东西坐标" }, "yAxis": { "type": "number", "title": "南北坐标" }, "bsflag": { "type": "number", "title": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据" }, "dogleg": { "type": "number", "title": "狗腿度" }, "azimuth": { "type": "number", "title": "井斜方位角" }, "remarks": { "type": "string", "title": "需要补充说明的内容" }, "checkDate": { "type": "string", "title": "记录数据在本系统的审核时间,需精确到时分秒", "format": "date-time" }, "dataGroup": { "type": "string", "title": "数据分组" }, "targetVer": { "type": "number", "title": "记录靶点方案版本信息,关联意向井靶点数据" }, "createDate": { "type": "string", "title": "记录数据在本系统的创建时间,需精确到时分秒", "format": "date-time" }, "createUser": { "type": "string", "title": "创建用户" }, "dataRegion": { "type": "string", "title": "油田标识" }, "eoSourceId": { "type": "string", "title": "交换源端id" }, "updateDate": { "type": "string", "title": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间", "format": "date-time" }, "updateUser": { "type": "string", "title": "更新用户" }, "wellPathId": { "type": "string", "title": "井轨迹id" }, "checkUserId": { "type": "string", "title": "记录数据在本系统的审核用户" }, "createAppId": { "type": "string", "title": "填写数据来源的系统名" }, "wellPathVer": { "type": "number", "title": "记录意向井轨迹的版本信息" }, "designWellId": { "type": "string", "title": "设计井id" }, "eastDistance": { "type": "number", "title": "东西位移" }, "northDistance": { "type": "number", "title": "南北位移" }, "angleDeviation": { "type": "number", "title": "井斜角" }, "closureDistance": { "type": "number", "title": "水平位移" }, "sourceCreateDate": { "type": "string", "title": "记录源头系统采集数据的时间", "format": "date-time" }, "surveyPointDepth": { "type": "number", "title": "测量深度" }, "overallAngleChangeRate": { "type": "number", "title": "造斜率" } } }