We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ee3fa commit fd514b1Copy full SHA for fd514b1
1 file changed
Sources/JSONAPI/Resource/Resource Object/ResourceObject.swift
@@ -53,7 +53,7 @@ public protocol JSONTyped {
53
54
/// A `ResourceObjectProxyDescription` is an `ResourceObjectDescription`
55
/// without Codable conformance.
56
-public protocol ResourceObjectProxyDescription: JSONTyped {
+public protocol ResourceObjectProxyDescription: JSONTyped, ResourceObjectWithOptionalDataInRelationships {
57
associatedtype Attributes: Equatable
58
associatedtype Relationships: Equatable
59
}
0 commit comments