Skip to content

JSONTypeFormat_IntegerFormat

mattpolzin edited this page Jun 11, 2021 · 4 revisions

JSONTypeFormat.IntegerFormat

The allowed "format" properties for .integer schemas.

public enum IntegerFormat: RawRepresentable, Equatable, OpenAPIFormat 

Inheritance

Equatable, OpenAPIFormat, RawRepresentable

Nested Type Aliases

SwiftType

public typealias SwiftType = Int

Initializers

init(rawValue:)

public init(rawValue: String) 

Enumeration Cases

generic

case generic

int32

case int32

int64

case int64

other

case other(String)

Properties

rawValue

public var rawValue: String 

unspecified

public static var unspecified: IntegerFormat 

jsonType

public var jsonType: JSONType 

Methods

extended(_:)

public static func extended(_ format: Extended) -> Self 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally