38 lines
975 B
JSON
38 lines
975 B
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/business-data/reserves/area_delineation.1.0.0.json",
|
|
"type": "object",
|
|
"title": "面积圈定依据",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"areaDelineationId"
|
|
],
|
|
"identityId": [
|
|
"areaDelineationId"
|
|
],
|
|
"properties": {
|
|
"zoneName": {
|
|
"type": "string",
|
|
"title": "层位名称"
|
|
},
|
|
"blockName": {
|
|
"type": "string",
|
|
"title": "区块名称"
|
|
},
|
|
"calUnitId": {
|
|
"type": "string",
|
|
"title": "计算单元ID"
|
|
},
|
|
"totalWells": {
|
|
"type": "number",
|
|
"title": "总井数"
|
|
},
|
|
"areaDelineationId": {
|
|
"type": "string",
|
|
"title": "面积圈定依据ID"
|
|
},
|
|
"oilGasBearingArea": {
|
|
"type": "number",
|
|
"title": "含油(气)面积"
|
|
}
|
|
}
|
|
} |