266 lines
8.6 KiB
JSON
266 lines
8.6 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/tp_ops_hp_mat_smpl.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "高压物性取样",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dataRegion",
|
||
"bsflag",
|
||
"dsid",
|
||
"wellId",
|
||
"wellboreId",
|
||
"smplTime"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"wellId",
|
||
"wellboreId",
|
||
"smplTime"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"smplr": {
|
||
"type": "string",
|
||
"title": "取样人",
|
||
"description": "填写取样人"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"smplNo": {
|
||
"type": "string",
|
||
"title": "样品编号",
|
||
"description": "填写样品的编号"
|
||
},
|
||
"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": "string",
|
||
"title": "结束时间",
|
||
"description": "填写本次作业的结束时间"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "引用\"cd_event\"表的主键"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"smplOrg": {
|
||
"type": "string",
|
||
"title": "取样单位",
|
||
"description": "填写取样单位"
|
||
},
|
||
"smplWay": {
|
||
"type": "string",
|
||
"title": "取样方式",
|
||
"description": "属性规范值字段,引用属性代码SAMPLING_METHOD下的属性值"
|
||
},
|
||
"smplDpth": {
|
||
"type": "number",
|
||
"title": "取样深度",
|
||
"description": "填写取样深度"
|
||
},
|
||
"smplTime": {
|
||
"type": "string",
|
||
"title": "取样时间",
|
||
"description": "填写取样的日期,时间点"
|
||
},
|
||
"checkDate": {
|
||
"type": "string",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"chokeSize": {
|
||
"type": "number",
|
||
"title": "油嘴直径",
|
||
"description": "填写取样时油嘴尺寸"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"smplPlace": {
|
||
"type": "string",
|
||
"title": "取样位置",
|
||
"description": "属性规范值字段,引用属性代码SMPL_PLACE下的属性值"
|
||
},
|
||
"smplWayId": {
|
||
"type": "string",
|
||
"title": "取样方式ID",
|
||
"description": "属性规范值字段,引用属性代码SAMPLING_METHOD下的属性值"
|
||
},
|
||
"startTime": {
|
||
"type": "string",
|
||
"title": "开始时间",
|
||
"description": "填写本次作业的开始时间"
|
||
},
|
||
"casingPres": {
|
||
"type": "number",
|
||
"title": "套压",
|
||
"description": "填写取样时的套管压力"
|
||
},
|
||
"createDate": {
|
||
"type": "string",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"tubingPres": {
|
||
"type": "number",
|
||
"title": "油压",
|
||
"description": "填写取样时的油管压力"
|
||
},
|
||
"updateDate": {
|
||
"type": "string",
|
||
"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": "填写数据来源的系统名"
|
||
},
|
||
"gasOilRatio": {
|
||
"type": "number",
|
||
"title": "气油比",
|
||
"description": "填写取样时试油层的气和原油的体积比"
|
||
},
|
||
"hpMatSmplId": {
|
||
"type": "string",
|
||
"title": "高压物性取样ID",
|
||
"description": "主键id"
|
||
},
|
||
"sampDotPres": {
|
||
"type": "number",
|
||
"title": "取样点压力",
|
||
"description": "填写取样点压力,指井口、井下、节流管汇、分离器取样地面对应的压力。当取样点是井下时,就是井底流压。"
|
||
},
|
||
"sampDotTemp": {
|
||
"type": "number",
|
||
"title": "取样点温度",
|
||
"description": "填写取样点温度,填写取样点压力,指井口、井下、节流管汇、分离器取样地面对应的温度"
|
||
},
|
||
"smplPlaceId": {
|
||
"type": "string",
|
||
"title": "取样位置ID",
|
||
"description": "属性规范值字段,引用属性代码SMPL_PLACE下的属性值"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"dailyProdGas": {
|
||
"type": "number",
|
||
"title": "日产气",
|
||
"description": "填写取样时试油层的日产量"
|
||
},
|
||
"dailyProdOil": {
|
||
"type": "number",
|
||
"title": "日产油",
|
||
"description": "填写取样时试油层的日产量"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"gasWaterRatio": {
|
||
"type": "number",
|
||
"title": "气水比",
|
||
"description": "填写取样时试油层的气和水的体积比"
|
||
},
|
||
"dailyProdWater": {
|
||
"type": "number",
|
||
"title": "日产水",
|
||
"description": "填写取样时试油层的日产量"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"dailyProdLiquid": {
|
||
"type": "number",
|
||
"title": "日产液",
|
||
"description": "填写取样时试油层的日产量"
|
||
},
|
||
"downholeFlowPres": {
|
||
"type": "number",
|
||
"title": "井底流压",
|
||
"description": "填写取样时井底流压"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "string",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"constructionDescription": {
|
||
"type": "string",
|
||
"title": "施工简述",
|
||
"description": "对施工过程进行简单描述"
|
||
}
|
||
}
|
||
} |