Metadata
public struct Metadata : Codable
A representation of metadata that could come as part of an Entry or Asset response. For now it can only contain links to tags
-
Links to the tags added to an Entry or Asset
Declaration
Swift
public let tags: [Link]
-
Declaration
Swift
public enum CodingKeys : String, CodingKey