diff --git a/latticejson/schema.json b/latticejson/schema.json index 95f6ed4..3442b7b 100644 --- a/latticejson/schema.json +++ b/latticejson/schema.json @@ -190,6 +190,38 @@ } ] }, + "Bumper": { + "allOf": [ + { + "$ref": "#/definitions/Element" + } + ], + "items": [ + { + "const": "Bumper" + }, + { + "type": "object", + "additionalProperties": false, + "properties": { + "description": {}, + "length": {}, + "dx": {}, + "dy": {}, + "ds": {}, + "tilt": {}, + "angle": { + "type": "number", + "description": "Kick angle" + }, + "b2": { + "type": "number", + "description": "Sextupole term" + } + } + } + ] + }, "Quadrupole": { "allOf": [ {