CitationMetadata
public struct CitationMetadata : Sendableextension CitationMetadata: DecodableA 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