{ "$id": "https://schema.ideas.cnpc/json/seismic/faultpolygon.1.0.0.json", "type": "object", "title": "断层多边形", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "projectId", "faultPolygonId", "faultPolygonName" ], "identityId": [ "projectId", "faultPolygonId" ], "properties": { "boType": { "type": "string", "title": "对象类型" }, "remark": { "type": "string", "title": "备注" }, "fileName": { "type": "string", "title": "fileName" }, "filePath": { "type": "string", "title": "filePath" }, "projectId": { "type": "string", "title": "项目id" }, "createType": { "type": "number", "title": "创建类型" }, "faultPolygonId": { "type": "string", "title": "断层多边形id" }, "coordinateSysId": { "type": "string", "title": "坐标系统唯一标识符id" }, "displayProperty": { "type": "string", "title": "展示属性对象" }, "faultPolygonName": { "type": "string", "title": "断层多边形名称" }, "coordinateSysName": { "type": "string", "title": "坐标系统唯一标识符名称" } } }