310 lines
8.9 KiB
JSON
310 lines
8.9 KiB
JSON
{
|
||
"type": "object",
|
||
"title": "意向井",
|
||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dsid"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"properties": {
|
||
"egl": {
|
||
"type": "number",
|
||
"title": "地面海拔"
|
||
},
|
||
"kop": {
|
||
"type": "number",
|
||
"title": "造斜点"
|
||
},
|
||
"bhMd": {
|
||
"type": "number",
|
||
"title": "测量井深"
|
||
},
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "主键id"
|
||
},
|
||
"bhTvd": {
|
||
"type": "number",
|
||
"title": "垂直井深"
|
||
},
|
||
"phase": {
|
||
"type": "string",
|
||
"title": "业务阶段(油探、油评、气探、气评等)"
|
||
},
|
||
"state": {
|
||
"type": "string",
|
||
"title": "状态"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"fileId": {
|
||
"type": "string",
|
||
"title": "默认图件"
|
||
},
|
||
"reason": {
|
||
"type": "string",
|
||
"title": "钻井目的"
|
||
},
|
||
"siteId": {
|
||
"type": "string",
|
||
"title": "区块的唯一识别标识。"
|
||
},
|
||
"taskId": {
|
||
"type": "string",
|
||
"title": "任务id"
|
||
},
|
||
"footage": {
|
||
"type": "number",
|
||
"title": "意向井钻井进尺"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "需要补充说明的内容"
|
||
},
|
||
"displMax": {
|
||
"type": "number",
|
||
"title": "意向井设计井深处的井口投影最大位移"
|
||
},
|
||
"isSubsea": {
|
||
"type": "string",
|
||
"title": "是否海底井"
|
||
},
|
||
"platform": {
|
||
"type": "string",
|
||
"title": "平台"
|
||
},
|
||
"resource": {
|
||
"type": "number",
|
||
"title": "意向井钻探圈闭资源量"
|
||
},
|
||
"siteName": {
|
||
"type": "string",
|
||
"title": "区块或井区"
|
||
},
|
||
"wellName": {
|
||
"type": "string",
|
||
"title": "意向井名"
|
||
},
|
||
"wellType": {
|
||
"type": "string",
|
||
"title": "属性规范值字段,引用属性代码well_type下的属性值"
|
||
},
|
||
"wellpath": {
|
||
"type": "string",
|
||
"title": "井轨迹,废除"
|
||
},
|
||
"checkDate": {
|
||
"type": "string",
|
||
"title": "记录数据在本系统的审核时间,需精确到时分秒",
|
||
"format": "date-time"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组"
|
||
},
|
||
"projectId": {
|
||
"type": "string",
|
||
"title": "地质单元唯一标识符,根据井别不同,选择关联构造单元(探井)还是油气田单元(开发井),关联cd_geo_unit表的主键"
|
||
},
|
||
"createDate": {
|
||
"type": "string",
|
||
"title": "记录数据在本系统的创建时间,需精确到时分秒",
|
||
"format": "date-time"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识"
|
||
},
|
||
"eoSourceId": {
|
||
"type": "string",
|
||
"title": "交换源端id"
|
||
},
|
||
"estimateKb": {
|
||
"type": "number",
|
||
"title": "预估补心高"
|
||
},
|
||
"isPlatform": {
|
||
"type": "string",
|
||
"title": "是否平台井"
|
||
},
|
||
"targetData": {
|
||
"type": "string",
|
||
"title": "靶点数据,废除"
|
||
},
|
||
"updateDate": {
|
||
"type": "string",
|
||
"title": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间",
|
||
"format": "date-time"
|
||
},
|
||
"waterDepth": {
|
||
"type": "number",
|
||
"title": "水深"
|
||
},
|
||
"wellHeight": {
|
||
"type": "number",
|
||
"title": "高程"
|
||
},
|
||
"wellTypeId": {
|
||
"type": "string",
|
||
"title": "属性规范值字段,引用属性代码well_type下的属性值"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒id"
|
||
},
|
||
"workroomId": {
|
||
"type": "string",
|
||
"title": "工作室的唯一识别标识。废除"
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "填写数据来源的系统名"
|
||
},
|
||
"geoLatitude": {
|
||
"type": "number",
|
||
"title": "井口纬度"
|
||
},
|
||
"inclination": {
|
||
"type": "number",
|
||
"title": "井斜"
|
||
},
|
||
"projectCode": {
|
||
"type": "string",
|
||
"title": "项目编码,废除"
|
||
},
|
||
"projectName": {
|
||
"type": "string",
|
||
"title": "地质单元名称"
|
||
},
|
||
"wellPurpose": {
|
||
"type": "string",
|
||
"title": "属性规范值字段,引用属性代码well_purpose下的属性值"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "记录数据在本系统的创建用户"
|
||
},
|
||
"designWellId": {
|
||
"type": "string",
|
||
"title": "设计井id"
|
||
},
|
||
"geoLongitude": {
|
||
"type": "number",
|
||
"title": "井口经度"
|
||
},
|
||
"structurePos": {
|
||
"type": "string",
|
||
"title": "构造位置的描述"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"wellLocation": {
|
||
"type": "string",
|
||
"title": "地理位置"
|
||
},
|
||
"bhCoordinateX": {
|
||
"type": "number",
|
||
"title": "井底坐标x"
|
||
},
|
||
"bhCoordinateY": {
|
||
"type": "number",
|
||
"title": "井底坐标y"
|
||
},
|
||
"wellLegalName": {
|
||
"type": "string",
|
||
"title": "规范的井号名称,井号名称命名规范请参考《主数据库技术标准》"
|
||
},
|
||
"wellPurposeId": {
|
||
"type": "string",
|
||
"title": "属性规范值字段,引用属性代码well_purpose下的属性值"
|
||
},
|
||
"closureAzimuth": {
|
||
"type": "number",
|
||
"title": "井斜方位角"
|
||
},
|
||
"geoDescription": {
|
||
"type": "string",
|
||
"title": "管护区"
|
||
},
|
||
"designFormation": {
|
||
"type": "string",
|
||
"title": "完钻层位"
|
||
},
|
||
"distanceToShore": {
|
||
"type": "number",
|
||
"title": "离海岸距离"
|
||
},
|
||
"slotCoordinateX": {
|
||
"type": "number",
|
||
"title": "井口坐标x"
|
||
},
|
||
"slotCoordinateY": {
|
||
"type": "number",
|
||
"title": "井口坐标y"
|
||
},
|
||
"targetFormation": {
|
||
"type": "string",
|
||
"title": "目的层"
|
||
},
|
||
"completionMethod": {
|
||
"type": "string",
|
||
"title": "完井方式"
|
||
},
|
||
"demonstratonDate": {
|
||
"type": "string",
|
||
"title": "井论证日期",
|
||
"format": "date-time"
|
||
},
|
||
"neighborhoodwell": {
|
||
"type": "string",
|
||
"title": "邻井"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "string",
|
||
"title": "记录源头系统采集数据的时间",
|
||
"format": "date-time"
|
||
},
|
||
"coordinateSystemId": {
|
||
"type": "string",
|
||
"title": "坐标系统id"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "设计井筒名"
|
||
},
|
||
"completionPrinciple": {
|
||
"type": "string",
|
||
"title": "完钻原则"
|
||
},
|
||
"neighborhoodwellIds": {
|
||
"type": "string",
|
||
"title": "邻井的id,以逗号分隔"
|
||
},
|
||
"coordinateSystemName": {
|
||
"type": "string",
|
||
"title": "坐标系统名称"
|
||
},
|
||
"neighborhoodseisline": {
|
||
"type": "string",
|
||
"title": "邻近测线"
|
||
},
|
||
"neighborhoodwellNames": {
|
||
"type": "string",
|
||
"title": "邻井的name,以逗号分隔,并且与neighborhoodwell_ids中的id一一对应,且顺序一致。"
|
||
},
|
||
"demonstratonIsMainPass": {
|
||
"type": "string",
|
||
"title": "部署井论证是否通过,通过填:是,没通过:否。"
|
||
}
|
||
}
|
||
} |