# app.rocksky.player.defs

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.player.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.player.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.player.defs/examples)

## Definitions

### `app.rocksky.player.defs#playbackQueueViewDetailed`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `tracks` | `array` | No |  |

### `app.rocksky.player.defs#currentlyPlayingViewDetailed`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `title` | `string` | No | The title of the currently playing track |

## Raw Schema

```json
{
  "id": "app.rocksky.player.defs",
  "defs": {
    "playbackQueueViewDetailed": {
      "type": "object",
      "properties": {
        "tracks": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.song.defs.songViewBasic",
            "type": "ref"
          }
        }
      }
    },
    "currentlyPlayingViewDetailed": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string",
          "description": "The title of the currently playing track"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
