64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/well-logging/app-log-layer-inter.1.0.0.json",
|
|
"type": "object",
|
|
"title": "单井试油层测井小层解释情况",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"logLayerInterId",
|
|
"wellId",
|
|
"wellboreId"
|
|
],
|
|
"identityId": [
|
|
"logLayerInterId"
|
|
],
|
|
"properties": {
|
|
"topMd": {
|
|
"type": "number",
|
|
"title": "起始深度"
|
|
},
|
|
"baseMd": {
|
|
"type": "number",
|
|
"title": "终止深度"
|
|
},
|
|
"wellId": {
|
|
"type": "string",
|
|
"title": "井id"
|
|
},
|
|
"isValid": {
|
|
"type": "string",
|
|
"title": "是否符合"
|
|
},
|
|
"logResult": {
|
|
"type": "string",
|
|
"title": "测井解释结论"
|
|
},
|
|
"testResult": {
|
|
"type": "string",
|
|
"title": "试油结论"
|
|
},
|
|
"wellboreId": {
|
|
"type": "string",
|
|
"title": "井筒id"
|
|
},
|
|
"logInterLayNo": {
|
|
"type": "string",
|
|
"title": "测井解释层号"
|
|
},
|
|
"wellCommonName": {
|
|
"type": "string",
|
|
"title": "井名"
|
|
},
|
|
"logLayerInterId": {
|
|
"type": "string",
|
|
"title": "单井试油层测井小层解释情况ID"
|
|
},
|
|
"effectiveThickness": {
|
|
"type": "number",
|
|
"title": "有效厚度"
|
|
},
|
|
"wellBoreCommonName": {
|
|
"type": "string",
|
|
"title": "井筒名"
|
|
}
|
|
}
|
|
} |