{ "$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)" } } }