{ "$id": "https://schema.ideas.cnpc/json/seismic/seismic.1.0.0.json", "type": "object", "title": "地震数据", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "projectId", "surveyId", "seismicId", "seismicName" ], "identityId": [ "projectId", "surveyId", "seismicId" ], "properties": { "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" }, "seismicId": { "type": "string", "title": "地震文件唯一Id" }, "createType": { "type": "string", "title": "创建类型" }, "seismicName": { "type": "string", "title": "地震体对象名称" }, "fileOtherPath": { "type": "string", "title": "可以存放VDS文件路径等" }, "explorationTypeCode": { "type": "string", "title": "勘探类型编码" }, "explorationTypeName": { "type": "string", "title": "勘探类型值" } } }