app.rocksky.spotify.defs

rocksky.app

Documentation

spotifyTrackView object

No description available.

Properties

album string Optional

The name of the album.

artist string Optional

The name of the artist.

duration integer Optional

The duration of the track in milliseconds.

id string Optional

The unique identifier of the Spotify track.

name string Optional

The name of the track.

previewUrl string Optional

A URL to a preview of the track.

View raw schema
{
  "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."
    }
  }
}

Lexicon Garden

@