Skip to content

[T] OpenAPI3QueryParameter

type OpenAPI3QueryParameter = OpenAPI3ParameterBase & object;
NameTypeDescription
in"query"-
namestringName of the parameter.
style?"form" | "spaceDelimited" | "pipeDelimited" | "deepObject"Describes how the parameter value will be serialized depending on the type of the parameter value. Default value for query parameters is form. See https://spec.openapis.org/oas/v3.0.4.html#style-values