PROTOCOL
Properties
public protocol Properties: Codable
Generic properties a representation may contain to assist clients to implement features not supported by the standard protocol. In certain cases, the protocol includes a schema for the properties that may be used in a particular context.
Properties
rawJsonString
var rawJsonString: String
The raw properties from the representation.