Skip to content

JSONTypeFormat_ArrayFormat

mattpolzin edited this page Jun 11, 2021 · 4 revisions

JSONTypeFormat.ArrayFormat

The allowed "format" properties for .array schemas.

public enum ArrayFormat: 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: ArrayFormat 

jsonType

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