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

50 lines
1.3 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/business-data/reserves/effective_thickness.1.0.0.json",
"type": "object",
"title": "有效厚度",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"averageEffectThickId"
],
"identityId": [
"averageEffectThickId"
],
"properties": {
"value": {
"type": "number",
"title": "平均有效厚度取值"
},
"zoneName": {
"type": "string",
"title": "层位名称"
},
"blockName": {
"type": "string",
"title": "区块名称"
},
"calUnitId": {
"type": "string",
"title": "计算单元ID"
},
"isoareaThickness": {
"type": "number",
"title": "等值线面积权衡平均有效厚度"
},
"selectedValueType": {
"type": "string",
"title": "取值类型"
},
"tradeoffThickness": {
"type": "number",
"title": "井点面积权衡平均有效厚度"
},
"averageEffectThickId": {
"type": "string",
"title": "有效厚度取值依据ID"
},
"arithAverageThickness": {
"type": "number",
"title": "算术平均有效厚度"
}
}
}