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

68 lines
1.7 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/ach_desc_blowby_inter.1.0.0.json",
"type": "object",
"title": "验窜找漏措施成果",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"achDescBlowbyInterId",
"wellId",
"wellboreId"
],
"identityId": [
"achDescBlowbyInterId"
],
"properties": {
"mdTop": {
"type": "number",
"title": "异常井段顶深"
},
"mdBase": {
"type": "number",
"title": "异常井段底深"
},
"wellId": {
"type": "string",
"title": "井id"
},
"zoneId": {
"type": "string",
"title": "层位ID"
},
"remarks": {
"type": "string",
"title": "备注"
},
"interpId": {
"type": "string",
"title": "测井解释ID"
},
"wellboreId": {
"type": "string",
"title": "井筒id"
},
"situationDesc": {
"type": "string",
"title": "窜漏情况描述"
},
"logDescNoiseId": {
"type": "string",
"title": "验窜找漏措施ID"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"sourceCreateDate": {
"type": "string",
"title": "源头数据采集时间"
},
"wellBoreCommonName": {
"type": "string",
"title": "井筒名"
},
"achDescBlowbyInterId": {
"type": "string",
"title": "验窜找漏措施成果ID"
}
}
}