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

58 lines
1.6 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/business-data/reserves/volume-coefficient-selection.1.0.0.json",
"type": "object",
"title": "体积系数",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"volumeCoefficientId"
],
"identityId": [
"volumeCoefficientId"
],
"properties": {
"value": {
"type": "number",
"title": "原油体积系数取值"
},
"zoneName": {
"type": "string",
"title": "层位名称"
},
"analogyBo": {
"type": "string",
"title": "类比法原油体积系数"
},
"blockName": {
"type": "string",
"title": "区块名称"
},
"calUnitId": {
"type": "string",
"title": "计算单元id"
},
"valueBasis": {
"type": "string",
"title": "原油体积系数取值依据"
},
"pvtIsoareaGor": {
"type": "number",
"title": "高压物性原油体积系数等值线面积权衡法值"
},
"pvtTradeoffGor": {
"type": "number",
"title": "高压物性原油体积系数井点面积权衡法值"
},
"empiricalmulaBo": {
"type": "string",
"title": "经验公式法原油体积系数"
},
"selectedValueType": {
"type": "string",
"title": "取值类型"
},
"volumeCoefficientId": {
"type": "string",
"title": "原油体积系数选值依据id"
}
}
}