OBJECT
Metadata
A artist's media's metadata used in rendering template for partner
link GraphQL Schema definition
- type Metadata {
- # Album Name that this media metadata is associated with
- : String!
- # Unique code for audio
- : String!
- # List of Collaborating Artists for the media this metadata is associated with
- #
- # Arguments
- # roles: [Not documented]
- # type: [Not documented]
- (
- : [CollaboratingArtistRole!],
- : CollaboratingArtistType
- ): [CollaboratingArtist!]!
- : String! @deprecated( reason: "WARNING: field is deprecated use `Metadata.collaborating_artists` instead" )
- # Returns an array if composition rights that are asserted by the user of the
- # media associated with this metadata
- : [Right!]!
- # Text displayed according to the composition rights asserted to the media
- # associated with this metadata
- : String @deprecated( reason: "WARNING: this field is not currently used in any application" )
- : String!
- : Int
- # Origin Country of recording
- : String
- # Country of recording country code enum for the metadata
- : CountryCode
- : String!
- : String! @deprecated( reason: "WARNING: field is deprecated use `Metadata.collaborating_artists` instead" )
- # Genre for the media associated to this metadata
- : String!
- # Genre enum for the media associated to this metadata
- : Genre
- # Flag for the media associated with this metadata has full rights to the current
- # user
- : Boolean!
- # Flag for the media associated with this metadata has partial rights to the
- # current user
- : Boolean!
- : ID!
- # Flag to see if the media associated with this metadata is clean or not
- : Boolean
- # Flag for the media associated with this metadata is a cover
- : Boolean
- # Flag to see if the media associated with this metadata is explicit or not
- : Boolean
- # Unique Musical Work Code
- : String
- : String!
- # Two letter language code to identify the language that this media is in
- : String
- # Language code enum for the media associated to this metadata
- : MediaLanguageCode
- : String!
- # Text displayed according to the music video rights asserted to the media
- # associated with this metadata
- : String @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Returns an array of policies
- : [Policy!]!
- # Name of the language that corresponds to the metadata's language code
- : String
- : String!
- : String!
- # Returns an array if rights that are asserted by the user of the media associated
- # with this metadata
- : [Right!]!
- : String!
- : String
- # Secondary Genre enum for the media associated to this metadata
- : Genre
- # Song name of the media this metadata is associated with
- : String!
- # Text displayed according to the sound recording rights asserted to the media
- # associated with this metadata
- : String @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Determines when this metadata is last updated at
- : String!
- : ID!
- # Unique code for video
- : String!
- : String!
- # Text displayed according to the web rights asserted to the media associated with
- # this metadata
- : String @deprecated( reason: "WARNING: this field is not currently used in any application" )
- }