A song or musical work: the melody, lyrics, and arrangement created by composers and authors
tid
Timestamp-based ID
Properties
interestedParties
array
of
ref
#interestedParty
Required
List of interested parties (authors, composers, publishers) associated with this song
minLength: 1 itemsiswc
string
Optional
ISWC (International Standard Musical Work Code) with which the song is registered at a collecting society
maxLength: 13 bytestitle
string
Required
No description available.
maxLength: 255 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"interestedParties"
],
"properties": {
"iswc": {
"type": "string",
"maxLength": 13,
"description": "ISWC (International Standard Musical Work Code) with which the song is registered at a collecting society"
},
"title": {
"type": "string",
"maxLength": 255
},
"interestedParties": {
"type": "array",
"items": {
"ref": "#interestedParty",
"type": "ref"
},
"minLength": 1,
"description": "List of interested parties (authors, composers, publishers) associated with this song"
}
}
},
"description": "A song or musical work: the melody, lyrics, and arrangement created by composers and authors"
}