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

108 lines
2.8 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/log-data-file.1.0.0.json",
"type": "object",
"title": "测井数据体",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fileId"
],
"identityId": [
"fileId"
],
"properties": {
"btmMd": {
"type": "string",
"title": "底界深度"
},
"topMd": {
"type": "string",
"title": "顶界深度"
},
"fileId": {
"type": "string",
"title": "文件ID",
"description": "文件ID"
},
"wellId": {
"type": "string",
"title": "井ID"
},
"logTime": {
"type": "datetime",
"title": "测井时间"
},
"logType": {
"type": "string",
"title": "测井类型"
},
"fileName": {
"type": "string",
"title": "文件名",
"description": "文件名"
},
"fileSize": {
"type": "number",
"title": "文件大小",
"description": "文件大小"
},
"curvesNum": {
"type": "string",
"title": "曲线条数"
},
"createTime": {
"type": "datetime",
"title": "创建时间",
"description": "创建时间"
},
"dataRegion": {
"type": "string",
"title": "数据区域",
"description": "数据区域"
},
"updateTime": {
"type": "datetime",
"title": "更新时间",
"description": "更新时间"
},
"wellboreId": {
"type": "string",
"title": "井筒ID"
},
"description": {
"type": "string",
"title": "文件描述",
"description": "文件描述"
},
"downloadUrl": {
"type": "string",
"title": "下载链接"
},
"fileExtension": {
"type": "string",
"title": "文件后缀",
"description": "文件后缀"
},
"logInstrument": {
"type": "string",
"title": "测井系列"
},
"ddmsSchemaName": {
"type": "string",
"title": "领域交换模型编码",
"description": "领域交换模型编码"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"ddmsInstanceCode": {
"type": "string",
"title": "领域服务实例编码",
"description": "领域服务实例编码"
},
"wellboreCommonName": {
"type": "string",
"title": "井筒名"
}
}
}