314 lines
10 KiB
JSON
314 lines
10 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_op_completion_pro_monthly.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "采出井生产层段采出月数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"dsid",
|
||
"completionId",
|
||
"yearMon",
|
||
"dataRegion",
|
||
"wellId",
|
||
"bsflag",
|
||
"id",
|
||
"wellboreId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"completionId",
|
||
"yearMon",
|
||
"wellId",
|
||
"wellboreId"
|
||
],
|
||
"properties": {
|
||
"id": {
|
||
"type": "string",
|
||
"title": "主键ID",
|
||
"description": "主键ID"
|
||
},
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "唯一的井标识符,独立且唯一,引自井(CD_WELL)表的井ID (WELL_ID)字段”",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"yearMon": {
|
||
"type": "string",
|
||
"title": "年月",
|
||
"description": "填写格式:YYYY-MM"
|
||
},
|
||
"prodDays": {
|
||
"type": "number",
|
||
"title": "生产天数",
|
||
"description": "当月实际生产时间 (小时)/24"
|
||
},
|
||
"prodTime": {
|
||
"type": "number",
|
||
"title": "生产时间",
|
||
"description": "当月实际生产时间"
|
||
},
|
||
"checkDate": {
|
||
"type": "object",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"createDate": {
|
||
"type": "object",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"gasProdCum": {
|
||
"type": "number",
|
||
"title": "累产气量",
|
||
"description": "从投产开始年月至统计年月的累积产气量"
|
||
},
|
||
"gasProdMon": {
|
||
"type": "number",
|
||
"title": "月产气量",
|
||
"description": "该井本月的日产气量合计"
|
||
},
|
||
"oilProdCum": {
|
||
"type": "number",
|
||
"title": "累产油量",
|
||
"description": "该井从投产年月到本月的累积产油量"
|
||
},
|
||
"updateDate": {
|
||
"type": "object",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "唯一的井筒标识符,独立且唯一,引用“井筒 (CD_WELLBORE)表的井筒ID (WELLBORE_ID)字段”",
|
||
"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": "本月有代表性的气油比"
|
||
},
|
||
"gasProdYear": {
|
||
"type": "number",
|
||
"title": "年累产气量",
|
||
"description": "从统计年度1月至统计年月的累积产气量"
|
||
},
|
||
"oilProdYear": {
|
||
"type": "number",
|
||
"title": "年累产油量",
|
||
"description": "从统计年度1月至统计年月的累积产油量"
|
||
},
|
||
"sandContent": {
|
||
"type": "number",
|
||
"title": "含砂量",
|
||
"description": "填含砂量平均值"
|
||
},
|
||
"completionId": {
|
||
"type": "string",
|
||
"title": "生产层段ID",
|
||
"description": "唯一的完井层位标识符,独立且唯一,引用“生产层段 (CC) (CD_COMPLETION)表的生产层段ID (COMPLETION_ID)字段”"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"gasProdDaily": {
|
||
"type": "number",
|
||
"title": "日产气量",
|
||
"description": "单井本月的日产气能力"
|
||
},
|
||
"oilProdDaily": {
|
||
"type": "number",
|
||
"title": "日产油量",
|
||
"description": "单井本月的日产油能力"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"waterProdCum": {
|
||
"type": "number",
|
||
"title": "累产水量",
|
||
"description": "从投产开始年月至统计年月的累积产水量"
|
||
},
|
||
"waterProdMon": {
|
||
"type": "number",
|
||
"title": "月产水量",
|
||
"description": "该井本月的日产水量合计"
|
||
},
|
||
"alcoholInjCum": {
|
||
"type": "number",
|
||
"title": "累注醇",
|
||
"description": "从投产开始年月至统计年月的累积注醇量"
|
||
},
|
||
"gasReleaseCum": {
|
||
"type": "number",
|
||
"title": "累放空气量",
|
||
"description": "从投产开始年月至统计年月的累积放空气量"
|
||
},
|
||
"oilProdVolMon": {
|
||
"type": "number",
|
||
"title": "月产油量",
|
||
"description": "该井本月的日产油量合计"
|
||
},
|
||
"releaseGasMon": {
|
||
"type": "number",
|
||
"title": "月放空气量",
|
||
"description": "月放空气量公式:∑日放空气量"
|
||
},
|
||
"waterCutRatio": {
|
||
"type": "number",
|
||
"title": "含水率",
|
||
"description": "本月有代表性的含水率"
|
||
},
|
||
"waterProdYear": {
|
||
"type": "number",
|
||
"title": "年累产水量",
|
||
"description": "从统计年度1月至统计年月的累积产水量"
|
||
},
|
||
"alcoholInjYear": {
|
||
"type": "number",
|
||
"title": "年累注醇",
|
||
"description": "从统计年度1月至统计年月的累积注醇量"
|
||
},
|
||
"completionName": {
|
||
"type": "string",
|
||
"title": "生产层段名称",
|
||
"description": "生产层段名称"
|
||
},
|
||
"condOilProdCum": {
|
||
"type": "number",
|
||
"title": "累产凝析油量",
|
||
"description": "从投产开始年月至统计年月的累积产凝析油量"
|
||
},
|
||
"gasLiquidRatio": {
|
||
"type": "number",
|
||
"title": "气液比",
|
||
"description": "气液比"
|
||
},
|
||
"gasReleaseYear": {
|
||
"type": "number",
|
||
"title": "年累放空气量",
|
||
"description": "从统计年度1月至统计年月的累积放空气量"
|
||
},
|
||
"mineralization": {
|
||
"type": "number",
|
||
"title": "矿化度",
|
||
"description": "矿化度"
|
||
},
|
||
"waterProdDaily": {
|
||
"type": "number",
|
||
"title": "日产水量",
|
||
"description": "单井本月的日产水能力"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"condOilProdYear": {
|
||
"type": "number",
|
||
"title": "年累产凝析油量",
|
||
"description": "从统计年度1月至统计年月的累积产凝析油量"
|
||
},
|
||
"alcoholInjVolMon": {
|
||
"type": "number",
|
||
"title": "月注醇量",
|
||
"description": "月注醇量公式:∑日注醇量"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "object",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"condOilProdVolMon": {
|
||
"type": "number",
|
||
"title": "月产凝析油量",
|
||
"description": "月产凝析油量公式:∑日产凝析油"
|
||
},
|
||
"injGasLiquidRatio": {
|
||
"type": "number",
|
||
"title": "注入气液比",
|
||
"description": "注入气液比"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"compositeGasProdDaily": {
|
||
"type": "number",
|
||
"title": "综合日产气量",
|
||
"description": "综合日产气量"
|
||
},
|
||
"compositeGasLiquidRatio": {
|
||
"type": "number",
|
||
"title": "综合气液比",
|
||
"description": "综合气液比"
|
||
},
|
||
"tailGasDisplacementMonth": {
|
||
"type": "number",
|
||
"title": "尾气月排量",
|
||
"description": "尾气月排量"
|
||
}
|
||
}
|
||
} |