{ "$id": "https://schema.ideas.cnpc/json/seismic/wavelet.1.0.0.json", "type": "object", "title": "子波", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "projectId", "surveyId", "name", "waveletId" ], "identityId": [ "projectId", "surveyId", "waveletId" ], "properties": { "name": { "type": "string", "title": "名字" }, "phase": { "type": "number", "title": "相位" }, "boType": { "type": "string", "title": "对象类型" }, "endCmp": { "type": "number", "title": "结束道号" }, "remark": { "type": "string", "title": "描述" }, "endLine": { "type": "string", "title": "结束线号" }, "endTime": { "type": "number", "title": "结束时间" }, "startCmp": { "type": "number", "title": "开始道号" }, "surveyId": { "type": "string", "title": "工区ID" }, "projectId": { "type": "string", "title": "项目ID" }, "seismicId": { "type": "string", "title": "地震体ID" }, "startTime": { "type": "number", "title": "开始时间" }, "waveletId": { "type": "string", "title": "子波ID" }, "createType": { "type": "number", "title": "创建类型" }, "domainCode": { "type": "string", "title": "对应《IECO 标准代码表 20200416》C2210表宏定义" }, "lowCutOffF": { "type": "number", "title": "低截" }, "endPosition": { "type": "number", "title": "结束位置" }, "heihCutOffF": { "type": "number", "title": "高截" }, "takeoffTime": { "type": "number", "title": "起跳时间" }, "lowFrequency": { "type": "number", "title": "低通" }, "waveTypeCode": { "type": "string", "title": "地震波场类型宏定义" }, "waveTypeName": { "type": "string", "title": "地震波场类型名称" }, "开始线号": { "type": "number", "title": "startLine" }, "heihFrequency": { "type": "number", "title": "高通" }, "startPosition": { "type": "number", "title": "开始位置" }, "basicFrequency": { "type": "number", "title": "主频" }, "domainCodeName": { "type": "string", "title": "对应《IECO 标准代码表 20200416》C2210表名称" }, "sampleInterval": { "type": "number", "title": "采样间隔" }, "waveletsTypeCode": { "type": "string", "title": "子波/滤波器类型宏定义" }, "waveletsTypeName": { "type": "string", "title": "子波/滤波器类型名称" } } }