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

155 lines
3.9 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/ops_run_process.1.0.0.json",
"type": "object",
"title": "测井施工基础数据",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"opsRunProcessId",
"wellId",
"wellboreId"
],
"identityId": [
"opsRunProcessId"
],
"properties": {
"top": {
"type": "number",
"unit": "Metric.quality.g",
"title": "作业顶深"
},
"logId": {
"geom": "111",
"type": "string",
"title": "测井采集ID"
},
"bottom": {
"type": "number",
"title": "作业底深",
"masking": "井筒号哈希脱敏"
},
"wellId": {
"type": "string",
"title": "井id"
},
"endTime": {
"type": "string",
"title": "出井时间"
},
"logName": {
"type": "string",
"title": "测井项目"
},
"remarks": {
"type": "string",
"title": "备注"
},
"faultDes": {
"type": "string",
"title": "故障现象"
},
"faultType": {
"type": "string",
"title": "故障类型"
},
"insLength": {
"type": "number",
"title": "仪器串总长"
},
"isSuccess": {
"type": "string",
"title": "是否成功"
},
"measureId": {
"type": "string",
"title": "采集过程ID"
},
"startTime": {
"type": "string",
"title": "入井时间"
},
"wellboreId": {
"type": "string",
"title": "井筒id"
},
"dataStorage": {
"type": "string",
"title": "数据存储方式"
},
"wellSection": {
"type": "string",
"title": "重复测量井段"
},
"faultType_id": {
"type": "string",
"title": "故障类型ID"
},
"isSupplement": {
"type": "string",
"title": "是否补测"
},
"noticeNumber": {
"type": "string",
"title": "通知书编号"
},
"dataStorageId": {
"type": "string",
"title": "数据存储方式ID"
},
"measuringMode": {
"type": "string",
"title": "测量方式"
},
"transportMode": {
"type": "string",
"title": "输送方式"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"cableAdjustment": {
"type": "number",
"title": "电缆平差"
},
"cableZeroLength": {
"type": "number",
"title": "电缆零长"
},
"instrumentTypes": {
"type": "string",
"title": "仪器型号"
},
"measuringModeId": {
"type": "string",
"title": "测量方式ID"
},
"opsRunProcessId": {
"type": "string",
"title": "测井施工基础数据ID"
},
"transportModeId": {
"type": "string",
"title": "输送方式ID"
},
"downWellSequence": {
"type": "integer",
"title": "下井序号"
},
"instrumentSeries": {
"type": "string",
"title": "仪器系列"
},
"sourceCreateDate": {
"type": "string",
"title": "源头数据采集时间"
},
"wellBoreCommonName": {
"type": "string",
"title": "井筒名"
},
"instrumentZeroLength": {
"type": "number",
"title": "仪器零长"
}
}
}