243 lines
7.4 KiB
JSON
243 lines
7.4 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_dr_ach_direct_target.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "定向井靶点数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"bsflag",
|
||
"dataRegion",
|
||
"dsid"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"phase": {
|
||
"type": "string",
|
||
"title": "阶段",
|
||
"description": "属性规范值字段,引用属性代码MEASURE_PHASE下的属性值"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "井ID",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"phaseId": {
|
||
"type": "string",
|
||
"title": "阶段ID",
|
||
"description": "属性规范值字段,引用属性代码MEASURE_PHASE下的属性值"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"targeId": {
|
||
"type": "string",
|
||
"title": "靶点ID",
|
||
"description": "靶点ID"
|
||
},
|
||
"targetNo": {
|
||
"type": "object",
|
||
"title": "靶点序号",
|
||
"description": "靶点序号"
|
||
},
|
||
"checkDate": {
|
||
"type": "object",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"createDate": {
|
||
"type": "object",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"targetName": {
|
||
"type": "string",
|
||
"title": "靶点名称",
|
||
"description": "靶点名称"
|
||
},
|
||
"targetType": {
|
||
"type": "string",
|
||
"title": "靶点类型",
|
||
"description": "靶点类型"
|
||
},
|
||
"updateDate": {
|
||
"type": "object",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "井筒ID",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"createOrgId": {
|
||
"type": "string",
|
||
"title": "创建者组织机构",
|
||
"description": "创建者组织机构"
|
||
},
|
||
"updateOrgId": {
|
||
"type": "string",
|
||
"title": "修改者组织机构",
|
||
"description": "修改者组织机构"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"dirBasDataId": {
|
||
"type": "string",
|
||
"title": "基础数据ID",
|
||
"description": "基础数据ID"
|
||
},
|
||
"sendIndicate": {
|
||
"type": "string",
|
||
"title": "传输标识",
|
||
"description": "传输标识"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "靶点对应的地质层位"
|
||
},
|
||
"targetActualX": {
|
||
"type": "number",
|
||
"title": "靶点横坐标",
|
||
"description": "靶点横坐标"
|
||
},
|
||
"targetActualY": {
|
||
"type": "number",
|
||
"title": "靶点纵坐标",
|
||
"description": "靶点纵坐标"
|
||
},
|
||
"ractualDeviate": {
|
||
"type": "number",
|
||
"title": "靶点井斜",
|
||
"description": "靶点井斜"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"closureDistance": {
|
||
"type": "number",
|
||
"title": "闭合距",
|
||
"description": "闭合距"
|
||
},
|
||
"halfTargetWidth": {
|
||
"type": "number",
|
||
"title": "半靶宽",
|
||
"description": "半靶宽"
|
||
},
|
||
"targetElevation": {
|
||
"type": "number",
|
||
"title": "靶点海拔",
|
||
"description": "靶点海拔"
|
||
},
|
||
"actualClosedarea": {
|
||
"type": "number",
|
||
"title": "闭合方位",
|
||
"description": "闭合方位"
|
||
},
|
||
"actualCloutRange": {
|
||
"type": "number",
|
||
"title": "靶心距",
|
||
"description": "靶心距"
|
||
},
|
||
"actualHDeparture": {
|
||
"type": "number",
|
||
"title": "水平位移",
|
||
"description": "水平位移"
|
||
},
|
||
"directionalDepth": {
|
||
"type": "number",
|
||
"title": "靶点井深",
|
||
"description": "靶点井深"
|
||
},
|
||
"halfTargetHeight": {
|
||
"type": "number",
|
||
"title": "半靶高",
|
||
"description": "半靶高"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "object",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"actualVerticalDepth": {
|
||
"type": "number",
|
||
"title": "靶点垂深",
|
||
"description": "靶点垂深"
|
||
},
|
||
"targetAzimuthActual": {
|
||
"type": "number",
|
||
"title": "靶点方位角",
|
||
"description": "靶点方位角"
|
||
}
|
||
}
|
||
} |