Skip to content

SwiftTyped

mattpolzin edited this page Jun 11, 2021 · 5 revisions

SwiftTyped

An OpenAPI type with an associated value representing its Swift type.

public protocol SwiftTyped 

For example, JSONTypeFormat.BooleanFormat is associated with the Bool Swift type.

Requirements

SwiftType

associatedtype SwiftType: Codable, Equatable
Types
Protocols
Global Functions
Extensions
Clone this wiki locally