JSONSchemaVersion
public enum JSONSchemaVersion : String, Decodable
Codified list of supported JSON schema versions by this library
-
JSON Schema v0.0.1
Declaration
Swift
case v0_0_1 = "v0.0.1"
SwiftCurrent 5.1.12 Docs (95% documented)
public enum JSONSchemaVersion : String, Decodable
Codified list of supported JSON schema versions by this library
JSON Schema v0.0.1
Swift
case v0_0_1 = "v0.0.1"