A social song, that needs a groups of listeners to be fully enjoyed.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"joinersNeeded"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"minLength": 1,
"description": "Name of the song",
"maxGraphemes": 64
},
"joinersNeeded": {
"type": "integer",
"minimum": 1,
"description": "Number of joiners needed to start the full listening experience"
}
}
},
"description": "A social song, that needs a groups of listeners to be fully enjoyed."
}