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