{ "$id": "https://schema.ideas.cnpc/json/well-logging/ops_log_interval_hud.1.0.0.json", "type": "object", "title": "测井遇阻遇卡情况", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "opsLogIntervalHudId", "wellId", "wellboreId" ], "identityId": [ "opsLogIntervalHudId" ], "properties": { "reason": { "type": "string", "title": "原因" }, "wellId": { "type": "string", "title": "井ID" }, "remarks": { "type": "string", "title": "备注" }, "holdupMd": { "type": "number", "title": "深度" }, "lostTime": { "type": "number", "title": "损失时间" }, "cancelItem": { "type": "string", "title": "取消的测井项目" }, "holdupDate": { "type": "string", "title": "日期" }, "holdupType": { "type": "string", "title": "类型" }, "wellboreId": { "type": "string", "title": "井筒ID" }, "wellCommonName": { "type": "string", "title": "井名" }, "lowerQualityItem": { "type": "string", "title": "质量降低的测井项目" }, "sourceCreateDate": { "type": "string", "title": "源头数据采集时间" }, "wellBoreCommonName": { "type": "string", "title": "井筒名" }, "opsLogIntervalHudId": { "type": "string", "title": "测井遇阻遇卡情况ID" } } }