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
identifierA short string that uniquely identifies the associated result schema.
revisionA revision number associated with the result schema.
View on GitHub
RSDSchemaInfoObject Structure Reference