359 lines
12 KiB
JSON
359 lines
12 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_se_routine_grading_analysis.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "常规粒度分析",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"sampleId",
|
||
"bsflag",
|
||
"dsid",
|
||
"sampleSerialNumber",
|
||
"dataRegion"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"properties": {
|
||
"c": {
|
||
"type": "number",
|
||
"title": "C值",
|
||
"description": "填累积频率曲线上1%处所对应的粒径值,用mm值表示。"
|
||
},
|
||
"m": {
|
||
"type": "number",
|
||
"title": "M值",
|
||
"description": "填累积频率曲线上50%处所对应的粒径值,用mm值表示。"
|
||
},
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "主键id"
|
||
},
|
||
"fhi1": {
|
||
"type": "number",
|
||
"title": "Φ1",
|
||
"description": "填累积频率曲线上1%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"fhi5": {
|
||
"type": "number",
|
||
"title": "Φ5",
|
||
"description": "填累积频率曲线上5%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"name": {
|
||
"type": "string",
|
||
"title": "岩石粒度定名",
|
||
"description": "填根据各粒级含量确定的岩石粒度定名。"
|
||
},
|
||
"fhi16": {
|
||
"type": "number",
|
||
"title": "Φ16",
|
||
"description": "填累积频率曲线上16%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"fhi25": {
|
||
"type": "number",
|
||
"title": "Φ25",
|
||
"description": "填累积频率曲线上25%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"fhi50": {
|
||
"type": "number",
|
||
"title": "Φ50",
|
||
"description": "填累积频率曲线上50%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"fhi75": {
|
||
"type": "number",
|
||
"title": "Φ75",
|
||
"description": "填累积频率曲线上75%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"fhi84": {
|
||
"type": "number",
|
||
"title": "Φ84",
|
||
"description": "填累积频率曲线上84%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"fhi95": {
|
||
"type": "number",
|
||
"title": "Φ95",
|
||
"description": "填累积频率曲线上95%处所对应的粒径值(Φ值,Φ=-Log2D,D为颗粒直径mm值)。"
|
||
},
|
||
"mdTop": {
|
||
"type": "number",
|
||
"title": "井段顶深",
|
||
"description": "样品所处井段的顶界深度"
|
||
},
|
||
"bsflag": {
|
||
"type": "string",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"mdBase": {
|
||
"type": "number",
|
||
"title": "井段底深",
|
||
"description": "样品所处井段的底界深度"
|
||
},
|
||
"method": {
|
||
"type": "string",
|
||
"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": "需要补充说明的内容"
|
||
},
|
||
"sampleId": {
|
||
"type": "string",
|
||
"title": "样品ID",
|
||
"description": "样品的唯一标识码"
|
||
},
|
||
"siteName": {
|
||
"type": "string",
|
||
"title": "工区名称"
|
||
},
|
||
"checkDate": {
|
||
"type": "object",
|
||
"title": "审核日期",
|
||
"description": "审核该条记录的日期"
|
||
},
|
||
"coreTimes": {
|
||
"type": "string",
|
||
"title": "取心次数",
|
||
"description": "取心次数。"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组"
|
||
},
|
||
"layerName": {
|
||
"type": "string",
|
||
"title": "层位名称",
|
||
"description": "样品所对应的层位描述"
|
||
},
|
||
"projectId": {
|
||
"type": "string",
|
||
"title": "地质单元ID"
|
||
},
|
||
"stationId": {
|
||
"type": "string",
|
||
"title": "站库ID"
|
||
},
|
||
"createDate": {
|
||
"type": "object",
|
||
"title": "创建日期",
|
||
"description": "创建该条记录的日期"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识"
|
||
},
|
||
"sampleDesc": {
|
||
"type": "string",
|
||
"title": "样品描述",
|
||
"description": "样品描述。"
|
||
},
|
||
"sampleType": {
|
||
"type": "string",
|
||
"title": "样品类型",
|
||
"description": "样品类型划分属性。详见CD_ATTRIBUTE表中SAMPLE_TYPE所对应的值。"
|
||
},
|
||
"updateDate": {
|
||
"type": "object",
|
||
"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": "填写数据来源"
|
||
},
|
||
"detectBasis": {
|
||
"type": "string",
|
||
"title": "检测依据",
|
||
"description": "检测依据"
|
||
},
|
||
"expHumidity": {
|
||
"type": "number",
|
||
"title": "实验湿度",
|
||
"description": "检测时要求的湿度"
|
||
},
|
||
"projectName": {
|
||
"type": "string",
|
||
"title": "地质单元名称"
|
||
},
|
||
"sampleDepth": {
|
||
"type": "number",
|
||
"title": "样品深度",
|
||
"description": "填写样品距离地面的深度。"
|
||
},
|
||
"stationName": {
|
||
"type": "string",
|
||
"title": "站库名称"
|
||
},
|
||
"analysisProj": {
|
||
"type": "string",
|
||
"title": "分析项目名称",
|
||
"description": "具体的化验分析项目描述"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "创建该条记录的用户"
|
||
},
|
||
"updateUserId": {
|
||
"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"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"analysisCompany": {
|
||
"type": "string",
|
||
"title": "分析单位",
|
||
"description": "填写“局级简称”+“处级简称”。"
|
||
},
|
||
"analysisEndDate": {
|
||
"type": "object",
|
||
"title": "分析截止日期",
|
||
"description": "分析截止日期"
|
||
},
|
||
"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": "object",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"analysisStartDate": {
|
||
"type": "object",
|
||
"title": "分析开始日期",
|
||
"description": "填样品分析开始日期。"
|
||
},
|
||
"gradingContentData": {
|
||
"type": "object",
|
||
"title": "粒度含量数据"
|
||
},
|
||
"sampleSerialNumber": {
|
||
"type": "string",
|
||
"title": "样品编号",
|
||
"description": "填写样品的统一编号,同一井中的样品编号不能重复。"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"distributedParameter": {
|
||
"type": "object",
|
||
"title": "分布参数"
|
||
},
|
||
"gradingComponentData": {
|
||
"type": "object",
|
||
"title": "粒度组分数据"
|
||
},
|
||
"routineGradingAnalysisId": {
|
||
"type": "string",
|
||
"title": "常规粒度分析ID",
|
||
"description": "粒度分析的唯一标识码。"
|
||
}
|
||
}
|
||
} |