{ "$id": "https://schema.ideas.cnpc/json/well-logging/well-dev-interp.1.0.0.json", "type": "object", "title": "井斜解释成果", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "holeDeviInterpId", "wellId", "wellCommonName" ], "identityId": [ "holeDeviInterpId" ], "properties": { "seq": { "type": "number", "title": "序号" }, "tvd": { "type": "number", "title": "垂直深度" }, "tvdss": { "type": "number", "title": "海拔" }, "xAxis": { "type": "number", "title": "东坐标" }, "yAxis": { "type": "number", "title": "北坐标" }, "wellId": { "type": "string", "title": "井id" }, "azimuth": { "type": "number", "title": "方位角" }, "endDate": { "type": "string", "title": "测斜结束日期" }, "version": { "type": "string", "title": "版本号" }, "testType": { "type": "string", "title": "测斜方式" }, "depthType": { "type": "string", "title": "深度类型" }, "startDate": { "type": "string", "title": "测斜起始日期" }, "wellBoreId": { "type": "string", "title": "井筒id" }, "deflectRate": { "type": "number", "title": "造斜率" }, "projectName": { "type": "string", "title": "地质单元名称" }, "angleDeviation": { "type": "number", "title": "井斜角" }, "closureAzimuth": { "type": "number", "title": "闭合方位" }, "verticalDomain": { "type": "string", "title": "深度域类型" }, "wellCommonName": { "type": "string", "title": "井名" }, "closureDistance": { "type": "number", "title": "闭合距" }, "hDepartureElder": { "type": "number", "title": "闭合水平位移" }, "horiDisplacemen": { "type": "number", "title": "水平位移" }, "avgRateDeviation": { "type": "number", "title": "井斜平均变化率" }, "eastWestDisplace": { "type": "number", "title": "东西向位移" }, "holeDeviInterpId": { "type": "string", "title": "井斜数据id" }, "sourceCreateDate": { "type": "string", "title": "源头数据采集时间" }, "surveyPointdepth": { "type": "number", "title": "测量深度" }, "southNorthDisplace": { "type": "number", "title": "南北向位移" }, "wellBoreCommonName": { "type": "string", "title": "井筒名" }, "overallAngleChangeRate": { "type": "number", "title": "全角变化率" }, "rateDirectionChangMean": { "type": "number", "title": "方位平均变化率" } } }