ItemReleaseTrackInput Input
Description
Input fields for track information on a music release, including title, position, duration, and associated artists.
Declaration
input ItemReleaseTrackInput {
artists: [ItemReleaseTrackArtistInput]
type_: String
title: String
position: String
duration: String
}
Fields
| Name | Type | Description |
|---|---|---|
artists | [ItemReleaseTrackArtistInput] | List of artists associated with this track. |
type_ | String | Type of track (e.g., "Track", "Index", "Heading", etc.). |
title | String | Title of the track. |
position | String | Position of the track on the release (e.g., "A1", "B2", "1", "2-1", etc.). |
duration | String | Duration of the track in the format "MM:SS" or "HH:MM:SS". |