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

388 lines
13 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/business-data/x_se_carbonnate_rock_slice.1.0.0.json",
"type": "Object",
"title": "碳酸盐岩岩石薄片鉴定",
"schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dsid",
"sampleSerialNumber",
"dataRegion",
"sampleId",
"bsflag"
],
"identityId": [
"dsid"
],
"properties": {
"dsid": {
"type": "string",
"title": "主键id"
},
"name": {
"type": "string",
"title": "岩石定名",
"description": "填薄片鉴定所确定的岩石名称。"
},
"mdTop": {
"type": "number",
"title": "井段顶深",
"description": "样品所处井段的顶界深度"
},
"bsflag": {
"type": "number",
"title": "删除标识",
"description": "逻辑删除标识表示该条记录在用或者已经失效1表示正常数据、-5表示废弃数据"
},
"colour": {
"type": "string",
"title": "颜色",
"description": "手标本主颜色在后,次色在前。注明样品风化程度,如“风化、新鲜。"
},
"mdBase": {
"type": "number",
"title": "井段底深",
"description": "样品所处井段的底界深度"
},
"siteId": {
"type": "string",
"title": "工区ID"
},
"wellId": {
"type": "string",
"title": "井ID",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellId",
"relationType": "PK"
}
]
},
"analyst": {
"type": "string",
"title": "分析人",
"description": "做实验人员"
},
"auditor": {
"type": "string",
"title": "校核人",
"description": "填写样品实验数据的校核人员名称"
},
"expTemp": {
"type": "number",
"title": "实验温度",
"description": "检测时要求的温度"
},
"remarks": {
"type": "string",
"title": "备注",
"description": "填在固定栏中无法填的有关需要说明的内容。"
},
"holeData": {
"type": "string",
"title": "孔洞数据"
},
"sampleId": {
"type": "string",
"title": "样品ID",
"description": "样品的唯一标识码"
},
"siteName": {
"type": "string",
"title": "工区名称"
},
"tectonic": {
"type": "string",
"title": "镜下构造",
"description": "填写在镜下对岩石薄片的构造等的描述。"
},
"checkDate": {
"type": "date",
"title": "审核日期",
"description": "审核该条记录的日期"
},
"coreTimes": {
"type": "string",
"title": "取心次数",
"description": "取心次数。"
},
"crackData": {
"type": "string",
"title": "裂缝数据"
},
"dataGroup": {
"type": "string",
"title": "数据分组"
},
"gradation": {
"type": "string",
"title": "分选性",
"description": "填镜下观察颗粒的分选程度,选填:好、中、差或其过渡型级别。"
},
"imageData": {
"type": "string",
"title": "图像数据"
},
"layerName": {
"type": "string",
"title": "层位名称",
"description": "样品所对应的层位描述"
},
"projectId": {
"type": "string",
"title": "地质单元ID"
},
"stationId": {
"type": "string",
"title": "站库ID"
},
"structure": {
"type": "string",
"title": "镜下结构",
"description": "填写在镜下对岩石薄片各组分的形态特征进行的描述。"
},
"createDate": {
"type": "date",
"title": "创建日期",
"description": "创建该条记录的日期"
},
"dataRegion": {
"type": "string",
"title": "油田标识"
},
"oilContent": {
"type": "string",
"title": "含油情况",
"description": "根据手标本含油面积划分为饱含油、富含油、含油、油浸、油斑、油迹。"
},
"psephicity": {
"type": "string",
"title": "磨圆度",
"description": "填镜下观察颗粒被磨蚀圆化的程度,选填:棱角状、次棱状、次圆状、圆状、极圆状或其组合。"
},
"sampleDesc": {
"type": "string",
"title": "样品描述",
"description": "样品描述。"
},
"sampleType": {
"type": "string",
"title": "样品类型",
"description": "样品类型划分属性。详见CD_ATTRIBUTE表中SAMPLE_TYPE所对应的值。"
},
"updateDate": {
"type": "date",
"title": "更新日期",
"description": "最后更新该条记录的日期"
},
"wellboreId": {
"type": "string",
"title": "井筒ID",
"x-osdu-relationship": [
{
"entityType": "cd_wellbore.1.0.0/wellboreId",
"relationType": "PK"
}
]
},
"checkUserId": {
"type": "string",
"title": "审核用户",
"description": "审核该条记录的用户ID"
},
"createAppId": {
"type": "string",
"title": "创建应用",
"description": "填写数据来源"
},
"description": {
"type": "string",
"title": "特征描述",
"description": "填在镜下对岩石薄片中各种矿物、裂缝及孔隙的特征所进行的描述。"
},
"detectBasis": {
"type": "string",
"title": "检测依据",
"description": "检测依据"
},
"expHumidity": {
"type": "number",
"title": "实验湿度",
"description": "检测时要求的湿度"
},
"projectName": {
"type": "string",
"title": "地质单元名称"
},
"rockSliceId": {
"type": "string",
"title": "薄片鉴定ID",
"description": "薄片鉴定的唯一标识码。"
},
"sampleDepth": {
"type": "number",
"title": "样品深度",
"description": "填写样品距离地面的深度。"
},
"stationName": {
"type": "string",
"title": "站库名称"
},
"acidReaction": {
"type": "string",
"title": "滴酸反应",
"description": "根据岩石手标本滴酸后的反应程度,选填:剧烈、中等、弱、微弱、局部或无。"
},
"analysisProj": {
"type": "string",
"title": "分析项目名称",
"description": "具体的化验分析项目描述"
},
"contactStyle": {
"type": "string",
"title": "接触方式",
"description": "填镜下观察颗粒之间的接触方式:不接触、点接触、线接触、凹凸接触、缝合线接触、组合。"
},
"createUserId": {
"type": "string",
"title": "创建用户",
"description": "创建该条记录的用户"
},
"updateUserId": {
"type": "string",
"title": "更新用户",
"description": "最后更新该条记录的用户"
},
"faceporeRatio": {
"type": "number",
"title": "面孔率",
"description": "填在代表性视域,目估各组分占岩石薄片总面积之百分比。"
},
"mainGrainSize": {
"type": "string",
"title": "粒度主粒径",
"description": "填镜下观察占主要含量颗粒的直径范围。"
},
"sampleBatchId": {
"type": "string",
"title": "样品批次ID",
"description": "样品批次的唯一标识码"
},
"analysisMethod": {
"type": "string",
"title": "分析方法",
"description": "分析方法"
},
"analysisProjId": {
"type": "string",
"title": "分析项目类别ID",
"description": "分析项目类型唯一标识符"
},
"classification": {
"type": "string",
"title": "岩石类别",
"description": "填写岩石类别"
},
"sampleSourceId": {
"type": "string",
"title": "样品来源ID",
"description": "样品来源类型确定后所对应的对象ID"
},
"supportingType": {
"type": "string",
"title": "支撑类型",
"description": "填镜下观察颗粒之间支撑情况,选填:杂基支撑、颗粒支撑、组合。"
},
"wellCommonName": {
"type": "string",
"title": "井名",
"x-osdu-relationship": [
{
"entityType": "cd_well.1.0.0/wellCommonName"
}
]
},
"analysisCompany": {
"type": "string",
"title": "分析单位",
"description": "填写“局级简称”+“处级简称”。"
},
"analysisEndDate": {
"type": "date",
"title": "分析截止日期",
"description": "分析截止日期"
},
"cementationType": {
"type": "string",
"title": "胶结类型",
"description": "根据胶结物和杂基在岩石中的分布状况及它们与颗粒的关系和本身的结构特征、选填划分的11种胶结类型。"
},
"instrumentModel": {
"type": "string",
"title": "仪器型号",
"description": "仪器型号"
},
"oilBearingGrade": {
"type": "string",
"title": "样品含油级别",
"description": "填写样品含油级别"
},
"headOfTechnology": {
"type": "string",
"title": "技术负责人",
"description": "分析项目的技术负责人"
},
"sampleSourceName": {
"type": "string",
"title": "样品来源名称",
"description": "样品来源对应名称。"
},
"sampleSourceType": {
"type": "string",
"title": "样品来源类型",
"description": "属性规范值字段引用属性代码SAMPLE_SOURCE_TYPE下的属性值"
},
"sourceCreateDate": {
"type": "date",
"title": "源头数据采集时间",
"description": "记录源头系统采集数据的时间"
},
"analysisStartDate": {
"type": "date",
"title": "分析开始日期",
"description": "填样品分析开始日期。"
},
"cementationDegree": {
"type": "string",
"title": "胶结程度",
"description": "根据样品胶结情况,选填:致密、中等、疏松。"
},
"sampleSerialNumber": {
"type": "string",
"title": "样品编号",
"description": "填写样品的统一编号,同一井中的样品编号不能重复。"
},
"secondaryGrainSize": {
"type": "string",
"title": "粒度次粒径",
"description": "填镜下观察占次要含量颗粒的直径范围。"
},
"wellboreCommonName": {
"type": "string",
"title": "井筒名",
"x-osdu-relationship": [
{
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
}
]
},
"componentContentData": {
"type": "string",
"title": "成分含量数据"
},
"specimenStructureAndOther": {
"type": "string",
"title": "标本构造及其它",
"description": "对岩石手标本的构造以及含水性等进行的描述。"
}
}
}