I noticed that Huma generates schemas for my request arguments in the form of ${my_args_struct_name}Body and they are thus displayed prominently in the API docs.
Is there a way to stop generating schemas for request args so that they are not $ref'erenced but embedded directly in the OpenAPI spec instead?
Thanks!