ItemReleaseFormatInput Input
Description
Input fields for release format information, describing the physical format of a music release.
Declaration
input ItemReleaseFormatInput {
qty: String
name: String
descriptions: [String!]
text: String
}
Fields
| Name | Type | Description |
|---|---|---|
qty | String | Quantity of the format (e.g., "2" for a double LP, "1" for a single CD or 12"", etc.). |
name | String | Format name (e.g. "Vinyl", "CD", "Cassette", "SACD", "DVD", "Blu-ray", etc.). |
descriptions | [String!] | Array of format descriptions providing additional details about the format(s) of the release (e.g., "LP", "CD", "Cassette", "7"", "12"", etc.). |
text | String | Additional text description for the format. |