compliance/mvp/assets/doc/extracted_schemas/ops-collect-source.1.0.0.json
gongwenxin 936714242f mvp
2025-05-28 15:55:46 +08:00

71 lines
1.7 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/ops-collect-source.1.0.0.json",
"type": "object",
"title": "测井采集基础信息",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"opsCollectSourceId",
"wellId"
],
"identityId": [
"opsCollectSourceId"
],
"properties": {
"wellId": {
"type": "string",
"title": "井id"
},
"endDate": {
"type": "string",
"title": "结束日期"
},
"logType": {
"type": "string",
"title": "测井类别"
},
"endDepth": {
"type": "number",
"title": "终止深度"
},
"taskType": {
"type": "string",
"title": "任务类别"
},
"startTime": {
"type": "string",
"title": "开始时间"
},
"waterLoss": {
"type": "number",
"title": "失水率"
},
"mudDensity": {
"type": "number",
"title": "泥浆密度"
},
"startDepth": {
"type": "number",
"title": "起始深度"
},
"wellBoreId": {
"type": "string",
"title": "井筒id"
},
"mudViscosity": {
"type": "number",
"title": "泥浆粘度"
},
"measuringDepth": {
"type": "number",
"title": "测时井深"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"opsCollectSourceId": {
"type": "string",
"title": "测井采集基础信息ID"
}
}
}