{ "title": "foxglove.Point3", "description": "A point representing a position in 3D 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" }, "z": { "type": "number", "description": "z coordinate position" } }, "required": [ "x", "y", "z" ] }