The entity (person or company) that owns the master recording rights
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 255
}
}
},
"description": "The entity (person or company) that owns the master recording rights"
}