compliance/assets/doc/extracted_schemas/x_op_well_assignation.1.0.0.json
2025-05-16 15:18:02 +08:00

154 lines
5.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$id": "https://schema.ideas.cnpc/json/business-data/x_op_well_assignation.1.0.0.json",
"type": "Object",
"title": "采出井采出量劈分比例",
"schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dataRegion",
"dsid",
"assignDate",
"wellCommonName",
"wellId",
"wellAssignationId",
"assignId"
],
"identityId": [
"dsid"
],
"naturalKey": [
"dsid"
],
"properties": {
"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"
}
]
},
"dateEnd": {
"type": "object",
"title": "失效日期",
"description": "劈分失效日期填写格式YYYY-MM-DD"
},
"isVaild": {
"type": "string",
"title": "有效标识",
"description": "'1'标识该劈分方案有效0表示劈分方案失效"
},
"remarks": {
"type": "string",
"title": "备注",
"description": "需要补充说明的内容"
},
"assignId": {
"type": "string",
"title": "劈分ID",
"description": "劈分的唯一标识符一口井可以劈分多次,该字段唯一标识每次劈分"
},
"checkDate": {
"type": "object",
"title": "审核日期",
"description": "记录数据在本系统的审核时间,需精确到时分秒"
},
"dataGroup": {
"type": "string",
"title": "数据分组",
"description": "数据分组"
},
"assignDate": {
"type": "object",
"title": "劈分时间",
"description": "单井产量、注入量劈分方案设置日期填写格式YYYY-MM-DD"
},
"assignType": {
"type": "string",
"title": "劈分性质",
"description": "0同时劈分井口月产油量井口月产水量核实月产油量和核实月产水量1劈分井口月产油量和核实月产油量2劈分井口月产水量和核实月产水量3劈分井口月产油量和井口月产水量4劈分月注水量"
},
"createDate": {
"type": "object",
"title": "创建日期",
"description": "记录数据在本系统的创建时间,需精确到时分秒"
},
"dataRegion": {
"type": "string",
"title": "油田标识",
"description": "油田标识"
},
"updateDate": {
"type": "object",
"title": "更新日期",
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
},
"checkUserId": {
"type": "string",
"title": "审核用户",
"description": "记录数据在本系统的审核用户"
},
"createAppId": {
"type": "string",
"title": "创建应用",
"description": "填写数据来源的系统名"
},
"createUserId": {
"type": "string",
"title": "创建用户",
"description": "记录数据在本系统的创建用户"
},
"updateUserId": {
"type": "string",
"title": "更新用户",
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
},
"wellCommonName": {
"type": "string",
"title": "井名",
"description": "井名",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellCommonName"
}
]
},
"assignGeoUnitId": {
"type": "string",
"title": "目标区块ID",
"description": "描述劈分的目标接受区块ID引用表CD_GEO_UNIT的字段PROJECT_ID"
},
"assignProportion": {
"type": "number",
"title": "劈分比例",
"description": "给出劈分比例,百分数"
},
"sourceCreateDate": {
"type": "object",
"title": "源头数据采集时间",
"description": "记录源头系统采集数据的时间"
},
"assignGeoUnitName": {
"type": "string",
"title": "目标区块名称",
"description": "目标区块名称"
},
"wellAssignationId": {
"type": "string",
"title": "采出量劈分ID",
"description": "逻辑主键"
}
}
}