Sign that you want to join a social listing experience of a specific song
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"song"
],
"properties": {
"song": {
"type": "string",
"format": "at-uri",
"description": "Link to the song that the user wants to listen to together with others"
}
}
},
"description": "Sign that you want to join a social listing experience of a specific song"
}