{
"id": "app.rocksky.spotify.defs",
"defs": {
"spotifyTrackView": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the Spotify track."
},
"name": {
"type": "string",
"description": "The name of the track."
},
"album": {
"type": "string",
"description": "The name of the album."
},
"artist": {
"type": "string",
"description": "The name of the artist."
},
"duration": {
"type": "integer",
"description": "The duration of the track in milliseconds."
},
"previewUrl": {
"type": "string",
"description": "A URL to a preview of the track."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}