OptionaldescriptionOptional description from the OpenAPI parameter. Used to generate JSDoc comments for individual parameters in the params object.
The location of this parameter in the HTTP request.
Indicates if this parameter is required. When false, the parameter becomes optional in the generated method signature.
The parameter name in camelCase. Used as the method argument name.
The type of this parameter. For body parameters, typically references a DTO model.
Represents a single parameter for an HTTP operation. Each IrParameter becomes a method argument in the generated service.