{ "$id": "https://schema.ideas.cnpc/json/business-data/ml_ach_residual_carbon.1.0.0.json", "type": "Object", "title": "残余碳分析记录", "schema": "http://json-schema.org/draft-07/schema#", "required": [ "dataRegion", "bsflag", "dsid", "wellId", "wellDepth", "wellboreId" ], "identityId": [ "dsid" ], "naturalKey": [ "wellId", "wellDepth", "wellboreId" ], "properties": { "hi": { "type": "number", "title": "HI", "description": "氢指数" }, "pc": { "type": "number", "title": "PC", "description": "有效碳含量" }, "pg": { "type": "number", "title": "PG", "description": "S0+S1, 岩样分析的总有机碳百分含量(烃类损失补偿后的),即含油气总量" }, "rc": { "type": "number", "title": "RC", "description": "残余碳" }, "s0": { "type": "number", "title": "S0", "description": "在90℃下检测的单位质量岩石中的烃含量" }, "s1": { "type": "number", "title": "S1", "description": "300℃检测的单位质量岩石的烃含量" }, "s2": { "type": "number", "title": "S2", "description": "在300℃~600℃下检测的单位质量岩石的烃含量" }, "s4": { "type": "number", "title": "S4", "description": "残余烃" }, "st": { "type": "number", "title": "ST", "description": "地化分析获得的产烃潜量。(未经过烃类损失补偿)。" }, "toc": { "type": "number", "title": "TOC", "description": "总有机碳" }, "dsid": { "type": "string", "title": "DSID", "description": "主键ID" }, "tmax": { "type": "number", "title": "Tmax", "description": "峰顶的最高点对应的温度" }, "bsflag": { "type": "number", "title": "删除标识", "description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据" }, "wellId": { "type": "string", "title": "井ID", "description": "井ID", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellId", "relationType": "PK" } ] }, "auditor": { "type": "string", "title": "审核人", "description": "填写审核人姓名" }, "eventId": { "type": "string", "title": "作业阶段ID", "description": "作业阶段唯一标识符" }, "remarks": { "type": "string", "title": "备注", "description": "需要补充说明的内容" }, "analyser": { "type": "string", "title": "分析人", "description": "填写分析人姓名" }, "rockName": { "type": "string", "title": "岩石名称", "description": "属性规范值字段,引用属性代码LITHO_NAME下的属性值" }, "checkDate": { "type": "date", "title": "审核日期", "description": "记录数据在本系统的审核时间,需精确到时分秒" }, "dataGroup": { "type": "string", "title": "数据分组", "description": "数据分组" }, "layerName": { "type": "string", "title": "层位", "description": "层位" }, "rockColor": { "type": "string", "title": "岩石颜色", "description": "属性规范值字段,引用属性代码ROCK_COLOR下的属性值" }, "wellDepth": { "type": "number", "title": "井深", "description": "井深" }, "createDate": { "type": "date", "title": "创建日期", "description": "记录数据在本系统的创建时间,需精确到时分秒" }, "dataRegion": { "type": "string", "title": "油田标识", "description": "油田标识" }, "rockNameId": { "type": "string", "title": "岩石名称ID", "description": "属性规范值字段,引用属性代码LITHO_NAME下的属性值" }, "sampleType": { "type": "string", "title": "样品类型", "description": "样品类型" }, "updateDate": { "type": "date", "title": "更新日期", "description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间" }, "wellboreId": { "type": "string", "title": "井筒ID", "description": "井筒唯一标识符", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreId", "relationType": "PK" } ] }, "checkUserId": { "type": "string", "title": "审核用户", "description": "记录数据在本系统的审核用户" }, "createAppId": { "type": "string", "title": "创建应用", "description": "填写数据来源的系统名" }, "rockColorId": { "type": "string", "title": "岩石颜色ID", "description": "属性规范值字段,引用属性代码ROCK_COLOR下的属性值" }, "createUserId": { "type": "string", "title": "创建用户", "description": "记录数据在本系统的创建用户" }, "updateUserId": { "type": "string", "title": "更新用户", "description": "记录数据在本系统最新的更新用户,默认=创建用户" }, "wellCommonName": { "type": "string", "title": "井名", "description": "井名", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellCommonName" } ] }, "oilBearingGrade": { "type": "string", "title": "含油级别", "description": "属性规范值字段,引用属性代码OIL_BEARING_ROCK_GRADE下的属性值" }, "residualCarbonId": { "type": "string", "title": "残余碳分析ID", "description": "残余碳分析的唯一标识码" }, "sourceCreateDate": { "type": "date", "title": "源头数据采集时间", "description": "记录源头系统采集数据的时间" }, "oilBearingGradeId": { "type": "string", "title": "含油级别ID", "description": "属性规范值字段,引用属性代码OIL_BEARING_ROCK_GRADE下的属性值" }, "wellboreCommonName": { "type": "string", "title": "井筒名", "description": "井筒名", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreCommonName" } ] } } }