2025-05-16 15:18:02 +08:00

87 lines
2.1 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/seismic/fault.1.0.0.json",
"type": "object",
"title": "三维断层",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"projectId",
"surveyId",
"faultId",
"faultName"
],
"identityId": [
"projectId",
"surveyId",
"faultId"
],
"properties": {
"boType": {
"type": "string",
"title": "对象类型"
},
"remark": {
"type": "string",
"title": "备注"
},
"faultId": {
"type": "string",
"title": "段层Id"
},
"fileName": {
"type": "string",
"title": "文件名"
},
"filePath": {
"type": "string",
"title": "文件路径"
},
"surveyId": {
"type": "string",
"title": "工区Id"
},
"unitCode": {
"type": "string",
"title": "和域有关"
},
"faultName": {
"type": "string",
"title": "断层名称"
},
"faultType": {
"type": "string",
"title": "对应C4020表宏定义"
},
"projectId": {
"type": "string",
"title": "项目Id"
},
"createType": {
"type": "string",
"title": "创建类型"
},
"faultTypeName": {
"type": "string",
"title": "对应C4020表名称"
},
"displayProperty": {
"type": "object",
"title": "展示属性对象"
},
"faultSegmentType": {
"type": "string",
"title": "枚举值inline/xline/traverse"
},
"verticalDomainType": {
"type": "string",
"title": "对应C2210表宏定义"
},
"faultSegmentPosition": {
"type": "integer",
"title": "inline/xline"
},
"verticalDomainTypeName": {
"type": "string",
"title": "对应C2210表名称"
}
}
}