Skip to content

JSONSchemaFragment_StringContext

mattpolzin edited this page May 23, 2020 · 1 revision

JSONSchemaFragment.StringContext

public struct StringContext: Equatable

Inheritance

Decodable, Equatable

Initializers

init(maxLength:minLength:pattern:)

public init(maxLength: Int? = nil, minLength: Int? = nil, pattern: String? = nil)

init(from:)

public init(from decoder: Decoder) throws

Properties

maxLength

var maxLength: Int?

minLength

var minLength: Int?

pattern

var pattern: String?
Types
Protocols
Global Functions
Extensions
Clone this wiki locally