Skip to content

JSONTypeFormat_ObjectFormat

mattpolzin edited this page Jun 11, 2021 · 4 revisions

JSONTypeFormat.ObjectFormat

The allowed "format" properties for .object schemas.

public enum ObjectFormat: RawRepresentable, Equatable, OpenAPIFormat 

Inheritance

Equatable, OpenAPIFormat, RawRepresentable

Nested Type Aliases

SwiftType

public typealias SwiftType = AnyCodable

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: ObjectFormat 

jsonType

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