return { summary = 'Set the radius of the SphereShape.', description = 'Sets the radius of the SphereShape.', arguments = { radius = { type = 'number', description = 'The radius of the sphere, in meters.' } }, returns = {}, variants = { { arguments = { 'radius' }, returns = {} } } }