ValidatorType
public enum ValidatorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case jsonSchema = "JSON_SCHEMA" -
Undocumented
Declaration
Swift
case lambda = "LAMBDA" -
Declaration
Swift
public var description: String { get }
View on GitHub
ValidatorType Enumeration Reference