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

90 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$id": "https://schema.ideas.cnpc/json/seismic/surface.1.0.0.json",
"type": "object",
"title": "平面属性",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"projectId",
"surveyId",
"surfaceId"
],
"identityId": [
"projectId",
"surveyId",
"surfaceId"
],
"properties": {
"unit": {
"type": "string",
"title": "处理单位"
},
"range": {
"type": "string",
"title": "时窗范围,可正负"
},
"boType": {
"type": "string",
"title": "对象类型"
},
"remark": {
"type": "string",
"title": "备注"
},
"fileName": {
"type": "string",
"title": "文件名"
},
"filePath": {
"type": "string",
"title": "文件路径"
},
"surveyId": {
"type": "string",
"title": "工区id"
},
"projectId": {
"type": "string",
"title": "项目id"
},
"surfaceId": {
"type": "string",
"title": "对象id"
},
"threshold": {
"type": "string",
"title": "门槛值,可正负"
},
"createType": {
"type": "string",
"title": "创建类型"
},
"domainCode": {
"type": "string",
"title": "对应《IECO 标准代码表 20200416》C2210表宏定义"
},
"horizonName": {
"type": "string",
"title": "层系名称"
},
"surfaceName": {
"type": "string",
"title": "对象名称"
},
"invalidValue": {
"type": "string",
"title": "Z 值无效值(默认-9999"
},
"domainCodeName": {
"type": "string",
"title": "对应《IECO 标准代码表 20200416》C2210表名称"
},
"coordinateSysId": {
"type": "string",
"title": "坐标系统唯一标识符名ID"
},
"coordinateSysName": {
"type": "string",
"title": "坐标系统唯一标识符名称"
}
}
}