Skip to content

OpenAPI_Parameter_SchemaContext_Style

mattpolzin edited this page Oct 1, 2020 · 3 revisions

OpenAPI.Parameter.SchemaContext.Style

public enum Style

Inheritance

CaseIterable, Codable, String

Enumeration Cases

form

case form

simple

case simple

matrix

case matrix

label

case label

spaceDelimited

case spaceDelimited

pipeDelimited

case pipeDelimited

deepObject

case deepObject

Methods

`default`(for:)

Get the default Style for the given location per the OpenAPI Specification.

public static func `default`(for location: OpenAPI.Parameter.Context) -> Self

See the style fixed field under OpenAPI Parameter Object.

Types
Protocols
Global Functions
Extensions

Clone this wiki locally