259 lines
8.6 KiB
JSON
259 lines
8.6 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_tp_ach_pres_temp.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "测温测压",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"presTempId",
|
||
"testId",
|
||
"dsid",
|
||
"wellboreId",
|
||
"wellId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"dsid"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"btmMd": {
|
||
"type": "number",
|
||
"title": "井段底深",
|
||
"description": "填写试油射孔井段底深,多层合试时填写最下层底界深度,裸眼和筛管填写其顶界深度。"
|
||
},
|
||
"topMd": {
|
||
"type": "number",
|
||
"title": "井段顶深",
|
||
"description": "填写试油射孔井段顶深,多层合试时填写最上层顶界深度,裸眼和筛管填写其顶界深度。"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"testId": {
|
||
"type": "string",
|
||
"title": "试油试采ID",
|
||
"description": "引用\"TP_BAS_TEST\"表的主键"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "引用\"CD_WELL\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"endTime": {
|
||
"type": "date",
|
||
"title": "结束时间",
|
||
"description": "填写结束时间"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "引用\"CD_EVENT\"表的主键"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"formTemp": {
|
||
"type": "number",
|
||
"title": "地层温度",
|
||
"description": "指产层中部的地层温度,包括折算的"
|
||
},
|
||
"frmnPres": {
|
||
"type": "number",
|
||
"title": "地层压力",
|
||
"description": "指产层中部的地层压力,包括折算的"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"chokeSize": {
|
||
"type": "number",
|
||
"title": "油嘴直径",
|
||
"description": "填写油嘴直径"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"pgCurveId": {
|
||
"type": "string",
|
||
"title": "压力梯度曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"startTime": {
|
||
"type": "date",
|
||
"title": "开始时间",
|
||
"description": "填写开始时间"
|
||
},
|
||
"tgCurveId": {
|
||
"type": "string",
|
||
"title": "温度梯度曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"wtCurveId": {
|
||
"type": "string",
|
||
"title": "压前和压后井温曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指压前和压后井温曲线"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"isWellOpen": {
|
||
"type": "string",
|
||
"title": "是否是开井状态",
|
||
"description": "填写是否是开井状态(是=开井、否=关井"
|
||
},
|
||
"presTempId": {
|
||
"type": "string",
|
||
"title": "测温测压ID",
|
||
"description": "主键ID"
|
||
},
|
||
"replayTime": {
|
||
"type": "date",
|
||
"title": "回放时间",
|
||
"description": "填写压力计数据开始回放的时间"
|
||
},
|
||
"updateDate": {
|
||
"type": "date",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "引用\"CD_WELLBORE\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"locatorSpec": {
|
||
"type": "string",
|
||
"title": "磁性定位器规格",
|
||
"description": "填写磁性定位器规格"
|
||
},
|
||
"orificeDiam": {
|
||
"type": "number",
|
||
"title": "孔板直径",
|
||
"description": "填写孔板直径"
|
||
},
|
||
"pgUpCurveId": {
|
||
"type": "string",
|
||
"title": "监测压力计曲线(上)",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指试油层井底监测压力计(上)曲线"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "填写试油试采井段对应的地质层位"
|
||
},
|
||
"pgDownCurveId": {
|
||
"type": "string",
|
||
"title": "监测压力计曲线(下)",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指试油层井底监测压力计(下)曲线"
|
||
},
|
||
"ptPurpCurveId": {
|
||
"type": "string",
|
||
"title": "井下压力温度曲线(目的层)",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"heavierrodSpec": {
|
||
"type": "string",
|
||
"title": "电缆加重杆规格",
|
||
"description": "填写电缆加重杆规格"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"presGaugeParaId": {
|
||
"type": "string",
|
||
"title": "压力计ID",
|
||
"description": "引用\"TP_BAS_PRESSURE_GAUGE_PARA\"表的主键"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"cableBopPresslevel": {
|
||
"type": "number",
|
||
"title": "电缆防喷器压力等级",
|
||
"description": "填写电缆防喷器压力等级"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"heavierrodLengthTotal": {
|
||
"type": "number",
|
||
"title": "电缆加重杆总长度",
|
||
"description": "填写电缆加重杆总长度"
|
||
},
|
||
"constructionDescription": {
|
||
"type": "string",
|
||
"title": "施工简述",
|
||
"description": "对施工过程进行简单描述"
|
||
}
|
||
}
|
||
} |