compliance/assets/doc/extracted_schemas/horizon.1.0.0.json
2025-05-16 15:18:02 +08:00

83 lines
2.0 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/seismic/horizon.1.0.0.json",
"type": "object",
"title": "三维层位",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"projectId",
"surveyId",
"horizonId",
"horizonName"
],
"identityId": [
"projectId",
"surveyId",
"horizonId"
],
"properties": {
"boType": {
"type": "string",
"title": "对象类型"
},
"remark": {
"type": "string",
"title": "备注"
},
"fileName": {
"type": "string",
"title": "文件名"
},
"filePath": {
"type": "string",
"title": "文件路径"
},
"surveyId": {
"type": "string",
"title": "工区Id"
},
"horizonId": {
"type": "string",
"title": "对象Id"
},
"projectId": {
"type": "string",
"title": "项目Id"
},
"createType": {
"type": "string",
"title": "创建类型"
},
"horizonName": {
"type": "string",
"title": "层位名称"
},
"horizonType": {
"type": "string",
"title": "对应C4010表宏定义"
},
"invalidValue": {
"type": "number",
"title": "Z值无效值"
},
"displayProperty": {
"type": "object",
"title": "展示属性对象"
},
"horizonTypeName": {
"type": "string",
"title": "对应C4010表名称"
},
"geologicalHorizon": {
"type": "string",
"title": "地质层位"
},
"verticalDomainType": {
"type": "string",
"title": "对应C2210表宏定义"
},
"verticalDomainTypeName": {
"type": "string",
"title": "对应C2210表名称"
}
}
}