RSDSchemaInfoObject
public struct RSDSchemaInfoObject : RSDSchemaInfo, Codable, Hashable
RSDSchemaInfoObject
is a concrete implementation of the RSDSchemaInfo
protocol.
-
A short string that uniquely identifies the associated result schema.
Declaration
Swift
public var schemaIdentifier: String? { get }
-
A revision number associated with the result schema.
Declaration
Swift
public var schemaVersion: Int { get }
-
Default initializer.
Declaration
Swift
public init(identifier: String, revision: Int)
Parameters
identifier
A short string that uniquely identifies the associated result schema.
revision
A revision number associated with the result schema.