54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/business-data/reserves/gas-oil-ratio-selection.1.0.0.json",
|
|
"type": "object",
|
|
"title": "原始溶解(凝析)气油比选值依据表",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"gasOilRatioSelectionId"
|
|
],
|
|
"identityId": [
|
|
"gasOilRatioSelectionId"
|
|
],
|
|
"properties": {
|
|
"value": {
|
|
"type": "number",
|
|
"title": "取值"
|
|
},
|
|
"zoneName": {
|
|
"type": "string",
|
|
"title": "层位名称"
|
|
},
|
|
"blockName": {
|
|
"type": "string",
|
|
"title": "区块名称"
|
|
},
|
|
"calUnitId": {
|
|
"type": "string",
|
|
"title": "计算单元id"
|
|
},
|
|
"analogyGor": {
|
|
"type": "number",
|
|
"title": "类比法气油比"
|
|
},
|
|
"empiricalmulaGor": {
|
|
"type": "number",
|
|
"title": "经验公式法气油比"
|
|
},
|
|
"productIsoareaGor": {
|
|
"type": "number",
|
|
"title": "生产资料等值线面积权衡气油比"
|
|
},
|
|
"selectedValueType": {
|
|
"type": "string",
|
|
"title": "取值类型"
|
|
},
|
|
"productTradeoffGor": {
|
|
"type": "number",
|
|
"title": "生产资料井点面积权衡气油比"
|
|
},
|
|
"gasOilRatioSelectionId": {
|
|
"type": "string",
|
|
"title": "气油比选值依据id"
|
|
}
|
|
}
|
|
} |