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

82 lines
2.1 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/ach_desc_perforat_inter.1.0.0.json",
"type": "object",
"title": "射孔质量检查成果",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"perforatInterId",
"wellId",
"wellboreId"
],
"identityId": [
"perforatInterId"
],
"properties": {
"wellId": {
"geom": "666",
"type": "string",
"title": "井id"
},
"remarks": {
"type": "string",
"title": "备注"
},
"zone_No": {
"type": "string",
"title": "层号"
},
"interpId": {
"type": "string",
"title": "测井解释ID"
},
"quantity": {
"type": "number",
"title": "实射孔数"
},
"wellboreId": {
"type": "string",
"unit": "Metric.temperature.KC",
"title": "井筒id"
},
"actualShootTop": {
"type": "number",
"title": "实射井段顶深"
},
"designShootTop": {
"type": "number",
"title": "设计射孔井段顶深"
},
"quantityDesign": {
"type": "number",
"title": "设计孔数"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"perforatInterId": {
"type": "string",
"title": "射孔质量检查成果ID"
},
"sourceCreateDate": {
"type": "string",
"title": "源头数据采集时间"
},
"actualShootBottom": {
"type": "number",
"title": "实射井段底深"
},
"designShootBottom": {
"type": "number",
"title": "设计射孔井段底深"
},
"wellBoreCommonName": {
"type": "string",
"title": "井筒名"
},
"logDescPerfoartionId": {
"type": "string",
"title": "射孔质量检查ID"
}
}
}