Skip to content

JSONTypeFormat

mattpolzin edited this page Jun 11, 2021 · 4 revisions

JSONTypeFormat

The combination of a JSON Schema type and format.

public enum JSONTypeFormat: Equatable 

See the JSONType and OpenAPIFormat types for more information on each.

You can also find information on types and formats in the OpenAPI Specification's section on data types.

Inheritance

Equatable

Enumeration Cases

boolean

case boolean(BooleanFormat)

object

case object(ObjectFormat)

array

case array(ArrayFormat)

number

case number(NumberFormat)

integer

case integer(IntegerFormat)

string

case string(StringFormat)

Properties

jsonType

public var jsonType: JSONType 

swiftType

public var swiftType: Any.Type 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally