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