Skip to main content

Type Alias: QueryParamSerialization

QueryParamSerialization = object

Defined in: schema.ts:197

Query parameter with the OpenAPI serialisation rules declared for it.

Properties

camelName

camelName: string

Defined in: schema.ts:199


explode?

optional explode?: boolean

Defined in: schema.ts:203

OpenAPI explode. Defaults to true for form, false otherwise.


name

name: string

Defined in: schema.ts:198


style?

optional style?: string

Defined in: schema.ts:201

OpenAPI style (form, deepObject, spaceDelimited, pipeDelimited).