37 lines
913 B
JSON
37 lines
913 B
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/master-data/seismic/project.1.0.0.json",
|
|
"type": "object",
|
|
"title": "地震项目",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"projectId",
|
|
"projectName",
|
|
"coordinateSysId",
|
|
"coordinateSysName"
|
|
],
|
|
"identityId": [
|
|
"projectId"
|
|
],
|
|
"properties": {
|
|
"boType": {
|
|
"type": "string",
|
|
"title": "对象类型"
|
|
},
|
|
"projectId": {
|
|
"type": "string",
|
|
"title": "项目Id"
|
|
},
|
|
"projectName": {
|
|
"type": "string",
|
|
"title": "项目名称"
|
|
},
|
|
"coordinateSysId": {
|
|
"type": "string",
|
|
"title": "坐标系统标识"
|
|
},
|
|
"coordinateSysName": {
|
|
"type": "string",
|
|
"title": "坐标系统名称"
|
|
}
|
|
}
|
|
} |