Skip to content

JSONTypeFormat

mattpolzin edited this page Jun 14, 2020 · 4 revisions

JSONTypeFormat

The combination of a JSON Schema type and format.

public enum JSONTypeFormat

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

var jsonType: JSONType

swiftType

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