A person's current jam — one song.
Record Key
tid
Timestamp-based ID
Properties
artist
string
Required
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesartworkUrl
string
uri
Optional
A valid URI.
maxLength: 2048 bytescaption
string
Optional
No description available.
maxLength: 1400 bytesmaxGraphemes: 140 graphemescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
sourceProvider
string
Required
No description available.
maxLength: 64 bytesKnown values:
spotify, youtube, youtubemusic, applemusic, soundcloud, bandcamp, tidal, deezer, unknownsourceUrl
string
uri
Required
A valid URI.
maxLength: 2048 bytestitle
string
Required
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesvia
ref
#viaRef
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"sourceUrl",
"sourceProvider",
"title",
"artist",
"createdAt"
],
"properties": {
"via": {
"ref": "#viaRef",
"type": "ref"
},
"title": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"artist": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"caption": {
"type": "string",
"maxLength": 1400,
"maxGraphemes": 140
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"sourceUrl": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"artworkUrl": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"sourceProvider": {
"type": "string",
"maxLength": 64,
"knownValues": [
"spotify",
"youtube",
"youtubemusic",
"applemusic",
"soundcloud",
"bandcamp",
"tidal",
"deezer",
"unknown"
]
}
}
},
"description": "A person's current jam — one song."
}