72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/seismic/sps.1.0.0.json",
|
|
"type": "object",
|
|
"title": "地震数据",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"projectId",
|
|
"surveyId",
|
|
"spsId",
|
|
"spsName",
|
|
"spsType"
|
|
],
|
|
"identityId": [
|
|
"projectId",
|
|
"surveyId",
|
|
"spsId"
|
|
],
|
|
"properties": {
|
|
"spsId": {
|
|
"type": "string",
|
|
"title": "sps_id"
|
|
},
|
|
"boType": {
|
|
"type": "string",
|
|
"title": "对象类型"
|
|
},
|
|
"remark": {
|
|
"type": "string",
|
|
"title": "描述信息"
|
|
},
|
|
"spsName": {
|
|
"type": "string",
|
|
"title": "sps名"
|
|
},
|
|
"spsType": {
|
|
"type": "string",
|
|
"title": "sps文件类型"
|
|
},
|
|
"version": {
|
|
"type": "string",
|
|
"title": "格式版本号"
|
|
},
|
|
"surveyId": {
|
|
"type": "string",
|
|
"title": "工区id"
|
|
},
|
|
"zoneCode": {
|
|
"type": "string",
|
|
"title": "带号"
|
|
},
|
|
"projectId": {
|
|
"type": "string",
|
|
"title": "项目id"
|
|
},
|
|
"createType": {
|
|
"type": "number",
|
|
"title": "创建类型"
|
|
},
|
|
"dataRegion": {
|
|
"type": "string",
|
|
"title": "数据域"
|
|
},
|
|
"coordinateSysId": {
|
|
"type": "string",
|
|
"title": "坐标系统唯一标识符 ID"
|
|
},
|
|
"coordinateSysName": {
|
|
"type": "string",
|
|
"title": "坐标系统唯一标识符名称"
|
|
}
|
|
}
|
|
} |