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

102 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$id": "https://schema.ideas.cnpc/json/drilling/common-structure.1.0.0.json",
"type": "object",
"title": "井身结构",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"structureId",
"spudinNo"
],
"identityId": [
"structureId"
],
"properties": {
"bsflag": {
"type": "string",
"title": "删除标识"
},
"mainId": {
"type": "string",
"title": "外键ky_common_well 井表信息)"
},
"wellKop": {
"type": "number",
"title": "造斜点(m)"
},
"aPointMd": {
"type": "number",
"title": "A点测深(m)"
},
"spudinNo": {
"type": "integer",
"title": "开次"
},
"casingName": {
"type": "string",
"title": "套管名称"
},
"createDate": {
"type": "string",
"title": "创建时间",
"format": "date-time"
},
"createUser": {
"type": "string",
"title": "创建者"
},
"finalDepth": {
"type": "number",
"title": "完钻井深"
},
"updateDate": {
"type": "string",
"title": "修改时间",
"format": "date-time"
},
"updateUser": {
"type": "string",
"title": "修改者"
},
"casingTopMd": {
"type": "number",
"title": "套管顶深(m)"
},
"structureId": {
"type": "string",
"title": "主键"
},
"cementFillTop": {
"type": "number",
"title": "水泥返高(m)"
},
"drillDiameter": {
"type": "number",
"title": "钻头尺寸mm"
},
"casingBottomMd": {
"type": "number",
"title": "套管底深(m)"
},
"casingDiameter": {
"type": "number",
"title": "套管外径mm"
},
"frictionCoeffi": {
"type": "number",
"title": "摩阻系数默认0.2",
"default": 0.2
},
"casingThickness": {
"type": "number",
"title": "套管壁厚mm"
},
"horizontalAngle": {
"type": "integer",
"title": "水平段角度(°)"
},
"stageCementerMd": {
"type": "number",
"title": "分级箍位置(m)"
}
}
}