{ "$id": "https://schema.ideas.cnpc/json/business-data/ml_bas_well_zonation_scheme.1.0.0.json", "type": "Object", "title": "单井地质分层", "schema": "http://json-schema.org/draft-07/schema#", "required": [ "bsflag", "dataRegion", "dsid", "evaluationSchemeNum", "stratumDataSource", "wellboreId" ], "identityId": [ "dsid" ], "naturalKey": [ "evaluationSchemeNum", "stratumDataSource", "wellboreId" ], "properties": { "dsid": { "type": "string", "title": "DSID", "description": "主键ID" }, "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" } ] }, "remarks": { "type": "string", "title": "备注", "description": "需要补充说明的内容" }, "interOrg": { "type": "string", "title": "评价单位", "description": "评价单位" }, "checkDate": { "type": "date", "title": "审核日期", "description": "记录数据在本系统的审核时间,需精确到时分秒" }, "dataGroup": { "type": "string", "title": "数据分组", "description": "数据分组" }, "interDate": { "type": "date", "title": "评价日期", "description": "评价日期" }, "createDate": { "type": "date", "title": "创建日期", "description": "记录数据在本系统的创建时间,需精确到时分秒" }, "dataRegion": { "type": "string", "title": "油田标识", "description": "油田标识" }, "eoSourceId": { "type": "string", "title": "交换源端ID", "description": "交换源端ID" }, "schemeName": { "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": "填写数据来源的系统名" }, "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" } ] }, "sourceCreateDate": { "type": "date", "title": "源头数据采集时间", "description": "记录源头系统采集数据的时间" }, "zonationSchemeId": { "type": "string", "title": "分层方案ID", "description": "分层方案唯一标识符" }, "stratumDataSource": { "type": "string", "title": "地层数据来源", "description": "属性规范值字段,引用属性代码STRATUM_DATA_SOURCE下的属性值" }, "wellboreCommonName": { "type": "string", "title": "井筒名", "description": "井筒号", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreCommonName" } ] }, "evaluationSchemeNum": { "type": "string", "title": "评价方案编号", "description": "评价方案编号" }, "stratumDataSourceId": { "type": "string", "title": "地层数据来源ID", "description": "属性规范值字段,引用属性代码STRATUM_DATA_SOURCE下的属性值" } } }