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"