Skip to content

JSONTypeFormat_NumberFormat

mattpolzin edited this page Jun 11, 2021 · 4 revisions

JSONTypeFormat.NumberFormat

The allowed "format" properties for .number schemas.

public enum NumberFormat: RawRepresentable, Equatable, OpenAPIFormat 

Inheritance

Equatable, OpenAPIFormat, RawRepresentable

Nested Type Aliases

SwiftType

public typealias SwiftType = Double

Initializers

init(rawValue:)

public init(rawValue: String) 

Enumeration Cases

generic

case generic

float

case float

double

case double

other

case other(String)

Properties

rawValue

public var rawValue: String 

unspecified

public static var unspecified: NumberFormat 

jsonType

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