compliance/assets/doc/extracted_schemas/意向井井轨迹数据.json
2025-05-16 15:18:02 +08:00

145 lines
3.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "造斜率"
}
}
}