Skip to content

JSONType

mattpolzin edited this page Jun 14, 2020 · 4 revisions

JSONType

The raw types supported by JSON Schema.

public enum JSONType

These are the OpenAPI data types and additionally the object and array "compound" data types.

Inheritance

Codable, String

Enumeration Cases

boolean

case boolean

object

case object

array

case array

number

case number

integer

case integer

string

case string
Types
Protocols
Global Functions
Extensions

Clone this wiki locally