{ "title": "foxglove.Point2", "description": "A point representing a position in 2D space", "$comment": "Generated by https://github.com/foxglove/foxglove-sdk", "type": "object", "properties": { "x": { "type": "number", "description": "x coordinate position" }, "y": { "type": "number", "description": "y coordinate position" } }, "required": [ "x", "y" ] }