Skip to content

OpenAPI_Parameter_SchemaContext_Style

mattpolzin edited this page Jun 11, 2021 · 3 revisions

OpenAPI.Parameter.SchemaContext.Style

public enum Style: String, CaseIterable, Codable 

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