128 lines
3.3 KiB
JSON
128 lines
3.3 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/well-logging/bas-interp.1.0.0.json",
|
|
"type": "object",
|
|
"title": "测井解释基本信息",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"basInterpId",
|
|
"wellId",
|
|
"wellboreId"
|
|
],
|
|
"identityId": [
|
|
"basInterpId"
|
|
],
|
|
"properties": {
|
|
"wellId": {
|
|
"type": "string",
|
|
"title": "井id"
|
|
},
|
|
"plotter": {
|
|
"type": "string",
|
|
"title": "绘图人"
|
|
},
|
|
"endDepth": {
|
|
"type": "number",
|
|
"title": "井段底深"
|
|
},
|
|
"interpNo": {
|
|
"type": "number",
|
|
"title": "解释序次"
|
|
},
|
|
"taskType": {
|
|
"type": "string",
|
|
"title": "任务类型"
|
|
},
|
|
"interpDate": {
|
|
"type": "string",
|
|
"title": "解释日期"
|
|
},
|
|
"interpName": {
|
|
"type": "string",
|
|
"title": "解释人"
|
|
},
|
|
"interpType": {
|
|
"type": "string",
|
|
"title": "解释类型"
|
|
},
|
|
"startDepth": {
|
|
"type": "number",
|
|
"title": "井段顶深"
|
|
},
|
|
"wellBoreId": {
|
|
"type": "string",
|
|
"title": "井筒id"
|
|
},
|
|
"basInterpId": {
|
|
"type": "string",
|
|
"title": "测井解释基本信息ID"
|
|
},
|
|
"interpAudit": {
|
|
"type": "string",
|
|
"title": "解释审核人"
|
|
},
|
|
"platformName": {
|
|
"type": "string",
|
|
"title": "解释平台"
|
|
},
|
|
"interpCaptain": {
|
|
"type": "string",
|
|
"title": "解释技术负责人"
|
|
},
|
|
"interpCompany": {
|
|
"type": "string",
|
|
"title": "解释单位"
|
|
},
|
|
"testSuggestion": {
|
|
"type": "string",
|
|
"title": "试油意见"
|
|
},
|
|
"wellCommonName": {
|
|
"type": "string",
|
|
"title": "井名"
|
|
},
|
|
"interpAuditDate": {
|
|
"type": "string",
|
|
"title": "解释审核日期"
|
|
},
|
|
"interpResultName": {
|
|
"type": "string",
|
|
"title": "解释成果名称"
|
|
},
|
|
"interpIllustration": {
|
|
"type": "string",
|
|
"title": "解释说明"
|
|
},
|
|
"interpPlatformDesc": {
|
|
"type": "string",
|
|
"title": "解释平台描述"
|
|
},
|
|
"wellBoreCommonName": {
|
|
"type": "string",
|
|
"title": "井筒名"
|
|
},
|
|
"interpResultQuaDate": {
|
|
"type": "string",
|
|
"title": "解释成果质检日期"
|
|
},
|
|
"interpResultSubDate": {
|
|
"type": "string",
|
|
"title": "解释成果提交日期"
|
|
},
|
|
"interpResultSubName": {
|
|
"type": "string",
|
|
"title": "解释成果提交人"
|
|
},
|
|
"interpResultQuaInspec": {
|
|
"type": "string",
|
|
"title": "解释成果质检人"
|
|
},
|
|
"interpResultQuaConclus": {
|
|
"type": "string",
|
|
"title": "解释成果质检结论"
|
|
},
|
|
"interpResultStatistics": {
|
|
"type": "string",
|
|
"title": "解释结论统计"
|
|
}
|
|
}
|
|
} |