{ "$id": "https://schema.ideas.cnpc/json/business-data/rd_subdivision_stra.1.0.0.json", "type": "object", "title": "细分层位", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "dsid", "wellId", "wellboreId" ], "identityId": [ "dsid" ], "naturalKey": [ "dsid" ], "properties": { "dsid": { "type": "string", "title": "主键" }, "sjdchd": { "type": "number", "title": "实际厚度" }, "topTvd": { "type": "number", "title": "顶界垂深" }, "wellId": { "type": "string", "title": "井ID", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellId", "relationType": "PK" } ] }, "remarks": { "type": "string", "title": "备注" }, "tvdBase": { "type": "number", "title": "底界垂深" }, "straUnit": { "type": "string", "title": "地层单位" }, "topDepth": { "type": "number", "title": "实际顶深" }, "projectId": { "type": "string", "title": "地质单元ID" }, "stratumId": { "type": "string", "title": "层位ID" }, "createdate": { "type": "date", "title": "创建日期" }, "dataSource": { "type": "string", "title": "数据来源" }, "schemeName": { "type": "string", "title": "分层方案名称" }, "updatedate": { "type": "date", "title": "更新日期" }, "wellboreId": { "type": "string", "title": "井筒ID", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreId", "relationType": "PK" } ] }, "createAppId": { "type": "string", "title": "创建应用" }, "horizonTopX": { "type": "number", "title": "层顶坐标_X", "description": "层顶横坐标,存储大地坐标时,原则上存储8位整数两位小数;存储WGS1984坐标时,存储经度,单位为秒。" }, "horizonTopY": { "type": "number", "title": "层顶坐标_Y", "description": "层顶纵坐标,存储大地坐标时,原则上存储8位整数两位小数;存储WGS1984坐标时,存储经度,单位为秒。" }, "projectName": { "type": "string", "title": "地质单元名称" }, "shjBtmDepth": { "type": "number", "title": "实际底深" }, "createUserId": { "type": "string", "title": "创建用户" }, "horizonBaseX": { "type": "number", "title": "层底坐标_X2", "description": "层底横坐标,存储大地坐标时,原则上存储8位整数两位小数;存储WGS1984坐标时,存储经度,单位为秒。" }, "horizonBaseY": { "type": "number", "title": "层底坐标_Y2", "description": "层底纵坐标,存储大地坐标时,原则上存储8位整数两位小数;存储WGS1984坐标时,存储经度,单位为秒。" }, "straUnitName": { "type": "string", "title": "地层单位名称" }, "topElevation": { "type": "number", "title": "顶界海拔", "description": "顶界海拔" }, "updateUserId": { "type": "string", "title": "更新用户" }, "stratUnitSName": { "type": "string", "title": "层位名称" }, "wellCommonName": { "type": "string", "title": "井名", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellCommonName" } ] }, "bottomElevation": { "type": "number", "title": "底界海拔", "description": "底界海拔" }, "vericalThickness": { "type": "number", "title": "垂直厚度" }, "zonationSchemeId": { "type": "string", "title": "分层方案ID" }, "wellboreCommonName": { "type": "string", "title": "井筒名", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreCommonName" } ] } } }