Skip to content

JSONTypeFormat_BooleanFormat

mattpolzin edited this page Jun 11, 2021 · 4 revisions

JSONTypeFormat.BooleanFormat

The allowed "format" properties for .boolean schemas.

public enum BooleanFormat: RawRepresentable, Equatable, OpenAPIFormat 

Inheritance

Equatable, OpenAPIFormat, RawRepresentable

Nested Type Aliases

SwiftType

public typealias SwiftType = Bool

Initializers

init(rawValue:)

public init(rawValue: String) 

Enumeration Cases

generic

case generic

other

case other(String)

Properties

rawValue

public var rawValue: String 

unspecified

public static var unspecified: BooleanFormat 

jsonType

public var jsonType: JSONType 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally