app.rocksky.album.defs

rocksky.app

Documentation

albumViewBasic object

No description available.

Properties

albumArt string uri Optional

The URL of the album art image.

artist string Optional

The artist of the album.

artistUri string at-uri Optional

The URI of the album's artist.

id string Optional

The unique identifier of the album.

playCount integer Optional

The number of times the album has been played.

minimum: 0
releaseDate string Optional

The release date of the album.

sha256 string Optional

The SHA256 hash of the album.

title string Optional

The title of the album.

uniqueListeners integer Optional

The number of unique listeners who have played the album.

minimum: 0
uri string at-uri Optional

The URI of the album.

year integer Optional

The year the album was released.

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the album."
    },
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "The URI of the album."
    },
    "year": {
      "type": "integer",
      "description": "The year the album was released."
    },
    "title": {
      "type": "string",
      "description": "The title of the album."
    },
    "artist": {
      "type": "string",
      "description": "The artist of the album."
    },
    "sha256": {
      "type": "string",
      "description": "The SHA256 hash of the album."
    },
    "albumArt": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the album art image."
    },
    "artistUri": {
      "type": "string",
      "format": "at-uri",
      "description": "The URI of the album's artist."
    },
    "playCount": {
      "type": "integer",
      "minimum": 0,
      "description": "The number of times the album has been played."
    },
    "releaseDate": {
      "type": "string",
      "description": "The release date of the album."
    },
    "uniqueListeners": {
      "type": "integer",
      "minimum": 0,
      "description": "The number of unique listeners who have played the album."
    }
  }
}
albumViewDetailed object

No description available.

Properties

albumArt string uri Optional

The URL of the album art image.

artist string Optional

The artist of the album.

artistUri string at-uri Optional

The URI of the album's artist.

id string Optional

The unique identifier of the album.

playCount integer Optional

The number of times the album has been played.

minimum: 0
releaseDate string Optional

The release date of the album.

sha256 string Optional

The SHA256 hash of the album.

tags array of string Optional

No description available.

title string Optional

The title of the album.

uniqueListeners integer Optional

The number of unique listeners who have played the album.

minimum: 0
uri string at-uri Optional

The URI of the album.

year integer Optional

The year the album was released.

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the album."
    },
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "The URI of the album."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "year": {
      "type": "integer",
      "description": "The year the album was released."
    },
    "title": {
      "type": "string",
      "description": "The title of the album."
    },
    "artist": {
      "type": "string",
      "description": "The artist of the album."
    },
    "sha256": {
      "type": "string",
      "description": "The SHA256 hash of the album."
    },
    "tracks": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.song.defs.songViewBasic",
        "type": "ref"
      }
    },
    "albumArt": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the album art image."
    },
    "artistUri": {
      "type": "string",
      "format": "at-uri",
      "description": "The URI of the album's artist."
    },
    "playCount": {
      "type": "integer",
      "minimum": 0,
      "description": "The number of times the album has been played."
    },
    "releaseDate": {
      "type": "string",
      "description": "The release date of the album."
    },
    "uniqueListeners": {
      "type": "integer",
      "minimum": 0,
      "description": "The number of unique listeners who have played the album."
    }
  }
}

Lexicon Garden

@