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

156 lines
4.1 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/cement-eveluation.1.0.0.json",
"type": "object",
"title": "固井质量总评价数据",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"evaluateId",
"wellId",
"wellboreId"
],
"identityId": [
"evaluateId"
],
"properties": {
"logTop": {
"type": "number",
"title": "套管顶部深度"
},
"wellId": {
"type": "string",
"title": "井id"
},
"casingOd": {
"type": "number",
"title": "套管外径"
},
"endDepth": {
"type": "number",
"title": "井段底深"
},
"interpNo": {
"type": "number",
"title": "解释序次"
},
"cementTop": {
"type": "string",
"title": "水泥返高"
},
"downDepth": {
"type": "number",
"title": "下入井深"
},
"logBottom": {
"type": "number",
"title": "套管底部深度"
},
"casingName": {
"type": "string",
"title": "套管名称"
},
"evaluateId": {
"type": "string",
"title": "固井总评价id"
},
"interpDate": {
"type": "string",
"title": "解释日期"
},
"interpName": {
"type": "string",
"title": "解释人"
},
"interpType": {
"type": "string",
"title": "解释类型"
},
"startDepth": {
"type": "number",
"title": "井段顶深"
},
"wellBoreId": {
"type": "string",
"title": "井筒id"
},
"interpAudit": {
"type": "string",
"title": "解释审核人"
},
"logItemCode": {
"type": "string",
"title": "测井项目"
},
"platformName": {
"type": "string",
"title": "解释平台"
},
"cementQuality": {
"type": "string",
"title": "固井质量综合评价"
},
"comentEndTime": {
"type": "string",
"title": "固井结束时间"
},
"interpCompany": {
"type": "string",
"title": "解释单位"
},
"reCasingTopMd": {
"type": "number",
"title": "重复套管顶深"
},
"testSuggestion": {
"type": "string",
"title": "试油意见"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"pInstrumentName": {
"type": "string",
"title": "仪器型号"
},
"reCasingBottomMd": {
"type": "number",
"title": "重复套管底深"
},
"interpIllustration": {
"type": "string",
"title": "解释说明"
},
"reCasingQualityEva": {
"type": "string",
"title": "重复套管固井质量评价"
},
"wellBoreCommonName": {
"type": "string",
"title": "井筒名"
},
"ifQuickInterpretatiom": {
"type": "string",
"title": "是否现场快速解释"
},
"firstInterfaceQualRate": {
"type": "number",
"title": "固井第一界面胶结质量合格率"
},
"interpResultStatistics": {
"type": "string",
"title": "解释结论统计"
},
"secondInterfaceQualRate": {
"type": "number",
"title": "固井第二界面胶结质量合格率"
},
"firstInterfaceMasterRate": {
"type": "number",
"title": "固井第一界面胶结质量优等率"
},
"secondInterfaceMasterRate": {
"type": "number",
"title": "固井第二界面胶结质量优等率"
}
}
}