{ "$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" } } }