diff --git a/Sources/Snowplow/Payload/SelfDescribingJson.swift b/Sources/Snowplow/Payload/SelfDescribingJson.swift index abf58e7cc..4ab090329 100644 --- a/Sources/Snowplow/Payload/SelfDescribingJson.swift +++ b/Sources/Snowplow/Payload/SelfDescribingJson.swift @@ -18,7 +18,7 @@ import Foundation /// This class holds the information of a self-describing JSON. /// - seealso: SPPayload @objc(SPSelfDescribingJson) -public class SelfDescribingJson: NSObject { +open class SelfDescribingJson: NSObject { /// the schema URI for this self-describing JSON. @objc public var schema: String