200 lines
6.5 KiB
JSON
200 lines
6.5 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/x_cd_geo_unit.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "地质单元",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"bsflag",
|
||
"dataRegion",
|
||
"createUserId",
|
||
"orgId",
|
||
"projectType",
|
||
"projectName",
|
||
"unitLevel",
|
||
"createDate",
|
||
"dsid",
|
||
"updateUserId",
|
||
"updateDate",
|
||
"projectId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"properties": {
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"orgId": {
|
||
"type": "string",
|
||
"title": "机构ID",
|
||
"description": "地质单元所属的的机构ID"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "填写数据逻辑删除标识,1=在用,-5=废弃"
|
||
},
|
||
"canton": {
|
||
"type": "string",
|
||
"title": "行政区名称",
|
||
"description": "属性规范值字段,引用属性代码CANTON下的属性值"
|
||
},
|
||
"orgName": {
|
||
"type": "string",
|
||
"title": "机构名称",
|
||
"description": "单位名称,必填"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "备注"
|
||
},
|
||
"cantonId": {
|
||
"type": "string",
|
||
"title": "行政区名称ID",
|
||
"description": "属性规范值字段,引用属性代码CANTON下的属性值"
|
||
},
|
||
"parentId": {
|
||
"type": "string",
|
||
"title": "父ID",
|
||
"description": "上一级ID"
|
||
},
|
||
"calcLevel": {
|
||
"type": "number",
|
||
"title": "计算等级",
|
||
"description": "计算等级"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"classDate": {
|
||
"type": "date",
|
||
"title": "划分日期",
|
||
"description": "划分日期"
|
||
},
|
||
"classUnit": {
|
||
"type": "string",
|
||
"title": "划分单位",
|
||
"description": "划分单位"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"projectId": {
|
||
"type": "string",
|
||
"title": "地质单元ID",
|
||
"description": "地质单元唯一标识符,可以是勘探构造或油气田开发区块等各个级别的信息"
|
||
},
|
||
"unitLevel": {
|
||
"type": "string",
|
||
"title": "级别",
|
||
"description": "属性规范值字段,引用属性代码UNIT_LEVEL下的属性值"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"dataSource": {
|
||
"type": "string",
|
||
"title": "数据来源",
|
||
"description": "填写数据来源的表CODE"
|
||
},
|
||
"updateDate": {
|
||
"type": "date",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"projectArea": {
|
||
"type": "number",
|
||
"title": "地质单元面积",
|
||
"description": "地质单元面积"
|
||
},
|
||
"projectName": {
|
||
"type": "string",
|
||
"title": "地质单元名称",
|
||
"description": "地质单元名称,填写地质单元的中文名称,该名称在整个油田公司内不能重名,必填"
|
||
},
|
||
"projectType": {
|
||
"type": "string",
|
||
"title": "类型",
|
||
"description": "属性规范值字段,引用属性代码UNIT_LEVEL下的属性值,只填大类,即构造单元、油气田单元这一级次"
|
||
},
|
||
"unitLevelId": {
|
||
"type": "string",
|
||
"title": "级别ID",
|
||
"description": "属性规范值字段,引用属性代码UNIT_LEVEL下的属性值"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"sourceDataId": {
|
||
"type": "string",
|
||
"title": "源库ID标识",
|
||
"description": "存储数据来源的主键信息"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"businessClass": {
|
||
"type": "string",
|
||
"title": "经营类型",
|
||
"description": "说明本区块的经营类型,可填自营、合作等"
|
||
},
|
||
"projectTypeId": {
|
||
"type": "string",
|
||
"title": "类型ID",
|
||
"description": "属性规范值字段,引用属性代码UNIT_LEVEL下的属性值,只填大类,即构造单元、油气田单元这一级次"
|
||
},
|
||
"reportSequNum": {
|
||
"type": "object",
|
||
"title": "显示序号",
|
||
"description": "界面显示时排列序号"
|
||
},
|
||
"structureTrend": {
|
||
"type": "string",
|
||
"title": "构造走向",
|
||
"description": "构造走向"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"structureMacroAxis": {
|
||
"type": "number",
|
||
"title": "构造长轴",
|
||
"description": "构造短轴"
|
||
},
|
||
"structureMinorAxis": {
|
||
"type": "number",
|
||
"title": "构造短轴",
|
||
"description": "构造短轴"
|
||
}
|
||
}
|
||
} |