Builder
Builder for constructing a Parameter instance.
Properties
Allows sending a parameter with an empty value. Deprecated in OpenAPI 3.1, only applies to query parameters.
Determines if reserved characters are allowed without percent-encoding. Only applies to query parameters.
Marks the parameter as deprecated when true.
A brief description of the parameter.
Example of the parameter's potential value.
Map of examples for the parameter.
Specification-extensions for this parameter (keys must start with x-).
Location of the parameter: one of "query", "header", "path", or "cookie".
The schema defining the parameter type.
Functions
Builds a JsonSchema for the given type.
Provide a media type definition for the response body.
Adds an example for this parameter.
Adds a media type definition for the response body using a ContentType receiver.
Generates a JSON Schema representation for the given type T.