{ "$id": "https://schema.ideas.cnpc/json/well-logging/logging-data.1.0.0.json", "type": "object", "title": "测井曲线", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "loggingDataId", "wellId" ], "identityId": [ "loggingDataId" ], "properties": { "logTop": { "type": "number", "title": "测井顶深" }, "wellId": { "type": "string", "title": "井id" }, "logBase": { "type": "number", "title": "测井底深" }, "logTime": { "type": "string", "title": "测井时间" }, "dataName": { "type": "string", "title": "曲线名称" }, "dataType": { "type": "string", "title": "曲线类型" }, "dataUnit": { "type": "string", "title": "曲线单位" }, "wellboreId": { "type": "string", "title": "井筒ID" }, "datasetName": { "type": "string", "title": "数据体名称" }, "loggingValue": { "type": "string", "title": "测井曲线数值" }, "dataDimension": { "type": "integer", "title": "曲线维数" }, "loadingNumber": { "type": "integer", "title": "加载批次" }, "logInstrument": { "type": "string", "title": "测井系列" }, "loggingDataId": { "type": "string", "title": "测井曲线数据表ID" }, "measuringDepth": { "type": "string", "title": "测量深度" } } }