Skip to content

JSONTypeFormat_IntegerFormat_Extended

mattpolzin edited this page Jun 11, 2021 · 3 revisions

JSONTypeFormat.IntegerFormat.Extended

Popular non-standard "format" properties for .integer schemas.

public enum Extended: String, Equatable 

Specify with e.g. .integer(format: .extended(.uint32))

Inheritance

Equatable, String

Enumeration Cases

uint32

case uint32 = "uint32"

uint64

case uint64 = "uint64"
Types
Protocols
Global Functions
Extensions
Clone this wiki locally