{ "$id": "https://schema.ideas.cnpc/json/business-data/x_op_pro_well_survey.1.0.0.json", "type": "Object", "title": "采出井监测日数据", "schema": "http://json-schema.org/draft-07/schema#", "required": [ "dataRegion", "dsid" ], "identityId": [ "dsid" ], "naturalKey": [ "dsid" ], "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": "需要补充说明的内容" }, "survCode": { "type": "string", "title": "监测代码", "description": "监测代码" }, "survDate": { "type": "object", "title": "监测日期", "description": "监测日期" }, "checkDate": { "type": "object", "title": "审核日期", "description": "记录数据在本系统的审核时间,需精确到时分秒" }, "dataGroup": { "type": "string", "title": "数据分组", "description": "数据分组" }, "createDate": { "type": "object", "title": "创建日期", "description": "记录数据在本系统的创建时间,需精确到时分秒" }, "dataRegion": { "type": "string", "title": "油田标识", "description": "油田标识" }, "updateDate": { "type": "object", "title": "更新日期", "description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间" }, "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" } ] }, "proWellSurveyId": { "type": "string", "title": "采出井监测日数据ID", "description": "采出井监测日数据ID" }, "sourceCreateDate": { "type": "object", "title": "源头数据采集时间", "description": "记录源头系统采集数据的时间" } } }