return { summary = 'Set the length of the CapsuleShape.', description = 'Sets the length of the CapsuleShape.', arguments = { length = { type = 'number', description = 'The new length, in meters, not including the caps.' } }, returns = {}, variants = { { arguments = { 'length' }, returns = {} } } }