CitationMetadata
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
public struct CitationMetadata : Sendable
extension CitationMetadata: Decodable
A collection of source attributions for a piece of content.
-
A list of individual cited sources and the parts of the content to which they apply.
Declaration
Swift
public let citations: [Citation]
-
Declaration
Swift
public init(from decoder: any Decoder) throws