258 lines
8.5 KiB
JSON
258 lines
8.5 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_tp_ach_hp_mat.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "高压物性分析",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"bsflag",
|
||
"dsid"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"wellId",
|
||
"analDate",
|
||
"wellboreId"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"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"
|
||
}
|
||
]
|
||
},
|
||
"analCoy": {
|
||
"type": "string",
|
||
"title": "分析单位",
|
||
"description": "填写样品分析单位"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "引用\"cd_event\"表的主键"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"analDate": {
|
||
"type": "date",
|
||
"title": "分析日期",
|
||
"description": "填写样品分析日期"
|
||
},
|
||
"gasPress": {
|
||
"type": "number",
|
||
"title": "地层气露点压力",
|
||
"description": "填写实验室分析天然气露点压力"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"waterVisc": {
|
||
"type": "number",
|
||
"title": "地层水粘度",
|
||
"description": "填写实验室分析地层水粘度"
|
||
},
|
||
"analResult": {
|
||
"type": "string",
|
||
"title": "分析结论",
|
||
"description": "填写分析结论"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"gasDensity": {
|
||
"type": "number",
|
||
"title": "地层气密度",
|
||
"description": "填写实验室分析地层气密度"
|
||
},
|
||
"oilDensity": {
|
||
"type": "number",
|
||
"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": "填写数据来源的系统名"
|
||
},
|
||
"hpMatAnalId": {
|
||
"type": "string",
|
||
"title": "高压物性分析ID",
|
||
"description": "主键id"
|
||
},
|
||
"hpMatSmplId": {
|
||
"type": "string",
|
||
"title": "高压物性取样ID",
|
||
"description": "引用\"tp_ops_hp_mat_smpl\"表的主键"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"gasVolumeFct": {
|
||
"type": "number",
|
||
"title": "地层气体积系数",
|
||
"description": "填写实验室分析天然气体积系数"
|
||
},
|
||
"oilShrinkFct": {
|
||
"type": "number",
|
||
"title": "地层油收缩系数",
|
||
"description": "填写实验室分析收缩系数"
|
||
},
|
||
"oilViscosity": {
|
||
"type": "number",
|
||
"title": "地层油粘度",
|
||
"description": "填写实验室分析地层原油粘度"
|
||
},
|
||
"oilVolumeFct": {
|
||
"type": "number",
|
||
"title": "地层油体积系数",
|
||
"description": "填写实验室分析原油体积系数"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"waterDensity": {
|
||
"type": "number",
|
||
"title": "地层水密度",
|
||
"description": "填写实验室分析地层水密度"
|
||
},
|
||
"gasCompressFct": {
|
||
"type": "number",
|
||
"title": "地层气压缩系数",
|
||
"description": "填写实验室分析天然气压缩系数"
|
||
},
|
||
"oilCompressFct": {
|
||
"type": "number",
|
||
"title": "地层油压缩系数",
|
||
"description": "填写实验室分析压缩系数"
|
||
},
|
||
"oilDissolveFct": {
|
||
"type": "number",
|
||
"title": "地层油溶解系数",
|
||
"description": "填写实验室分析原油平均溶解系数"
|
||
},
|
||
"waterVolumeFct": {
|
||
"type": "number",
|
||
"title": "地层水体积系数",
|
||
"description": "填写实验室分析水体积系数"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"gasDeviationFct": {
|
||
"type": "number",
|
||
"title": "地层气偏差系数",
|
||
"description": "填写天然气偏差系数又称压缩因子,是指在相同温度、压力下,真实气体所占体积与相同量理想气体所占体积的比值"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"waterCompressFct": {
|
||
"type": "number",
|
||
"title": "地层水压缩系数",
|
||
"description": "填写实验室分析水压缩系数"
|
||
},
|
||
"waterDissolveFct": {
|
||
"type": "number",
|
||
"title": "地层水溶解系数",
|
||
"description": "填写实验室分析水平均溶解系数"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"gascondensateVolume": {
|
||
"type": "number",
|
||
"title": "地层气凝析油含量",
|
||
"description": "填写凝析油含量"
|
||
},
|
||
"degassingGasoilRatio": {
|
||
"type": "number",
|
||
"title": "地层油一次脱气气油比",
|
||
"description": "填写实验室分析一次脱气气油比"
|
||
},
|
||
"originalSaturationpress": {
|
||
"type": "number",
|
||
"title": "地层油原始饱和压力",
|
||
"description": "填写实验室分析原油原始饱和压力,也称泡点压力"
|
||
}
|
||
}
|
||
} |