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

138 lines
3.6 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/seismic/wellsynthetic.1.0.0.json",
"type": "object",
"title": "合成记录",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"projectId",
"surveyId",
"wellSyntheticName"
],
"identityId": [
"projectId",
"surveyId",
"wellSyntheticId"
],
"properties": {
"count": {
"type": "number",
"title": "采样点个数"
},
"qPara": {
"type": "number",
"title": "Q 粘弹参数"
},
"backus": {
"type": "number",
"title": "Backus 平均参数"
},
"lineId": {
"type": "string",
"title": "线号"
},
"remark": {
"type": "string",
"title": "描述信息"
},
"wellId": {
"type": "string",
"title": "记录井ID"
},
"projCmp": {
"type": "string",
"title": "合成记录地震道投影点 crossline"
},
"verType": {
"type": "string",
"title": "纵向类型"
},
"lineType": {
"type": "string",
"title": "inline 或 xline"
},
"projLine": {
"type": "string",
"title": "合成记录地震道投影点 inline"
},
"surveyId": {
"type": "string",
"title": "工区id"
},
"synCount": {
"type": "number",
"title": "个数"
},
"datumCode": {
"type": "number",
"title": "基准面代码"
},
"projectId": {
"type": "string",
"title": "项目id"
},
"seismicId": {
"type": "string",
"title": "井旁道地震数据 ID"
},
"createType": {
"type": "number",
"title": "创建类型"
},
"domainCode": {
"type": "string",
"title": "对应《IECO 标准代码表 20200416》C2210表宏定义"
},
"traverseName": {
"type": "string",
"title": "井旁道任意线名称"
},
"curveValueMin": {
"type": "number",
"title": "制作的曲线深度最小值"
},
"pFillVelocity": {
"type": "number",
"title": "纵波方向上的充填速度"
},
"sFillVelocity": {
"type": "number",
"title": "横波方向上的充填速度"
},
"syntheticType": {
"type": "string",
"title": "类型"
},
"curverValueMax": {
"type": "number",
"title": "制作的曲线深度最大值"
},
"domainCodeName": {
"type": "string",
"title": "对应《IECO 标准代码表 20200416》C2210表名称"
},
"sampleInterval": {
"type": "number",
"title": "采样间隔"
},
"syntheticAlrDes": {
"type": "string",
"title": "算法类型"
},
"waveletPolarity": {
"type": "number",
"title": "子波极性"
},
"wellSyntheticId": {
"type": "string",
"title": "合成记录ID"
},
"wellSyntheticName": {
"type": "string",
"title": "合成记录名称"
},
"reflectResourceFlag": {
"type": "number",
"title": "反射系数来源"
}
}
}