app.rocksky.feed.defs

rocksky.app

Documentation

feedGeneratorView object

No description available.

Properties

avatar string uri Optional

A valid URI.

description string Optional

No description available.

id string Optional

No description available.

name string Optional

No description available.

uri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "name": {
      "type": "string"
    },
    "avatar": {
      "type": "string",
      "format": "uri"
    },
    "creator": {
      "ref": "app.rocksky.actor.defs#profileViewBasic",
      "type": "ref"
    },
    "description": {
      "type": "string"
    }
  }
}
feedGeneratorsView object

No description available.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "feeds": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.feed.defs#feedGeneratorView",
        "type": "ref"
      }
    }
  }
}
feedItemView object

No description available.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "scrobble": {
      "ref": "app.rocksky.scrobble.defs#scrobbleViewBasic",
      "type": "ref"
    }
  }
}
feedUriView object

No description available.

Properties

uri string at-uri Optional

The feed URI.

View raw schema
{
  "type": "object",
  "properties": {
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "The feed URI."
    }
  }
}
feedView object

No description available.

Properties

cursor string Optional

The pagination cursor for the next set of results.

View raw schema
{
  "type": "object",
  "properties": {
    "feed": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.feed.defs#feedItemView",
        "type": "ref"
      }
    },
    "cursor": {
      "type": "string",
      "description": "The pagination cursor for the next set of results."
    }
  }
}
nowPlayingView object

No description available.

Properties

album string Optional

No description available.

albumArt string uri Optional

A valid URI.

albumArtist string Optional

No description available.

albumUri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

artist string Optional

No description available.

artistUri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

avatar string uri Optional

A valid URI.

createdAt string Optional

No description available.

did string at-identifier Optional

Either a DID or an AT Protocol handle.

handle string Optional

No description available.

id string Optional

No description available.

title string Optional

No description available.

trackId string Optional

No description available.

trackUri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

uri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "did": {
      "type": "string",
      "format": "at-identifier"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "album": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "artist": {
      "type": "string"
    },
    "avatar": {
      "type": "string",
      "format": "uri"
    },
    "handle": {
      "type": "string"
    },
    "trackId": {
      "type": "string"
    },
    "albumArt": {
      "type": "string",
      "format": "uri"
    },
    "albumUri": {
      "type": "string",
      "format": "at-uri"
    },
    "trackUri": {
      "type": "string",
      "format": "at-uri"
    },
    "artistUri": {
      "type": "string",
      "format": "at-uri"
    },
    "createdAt": {
      "type": "string"
    },
    "albumArtist": {
      "type": "string"
    }
  }
}
nowPlayingsView object

No description available.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "nowPlayings": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.feed.defs#nowPlayingView",
        "type": "ref"
      }
    }
  }
}
searchResultsView object

No description available.

Properties

estimatedTotalHits integer Optional

No description available.

limit integer Optional

No description available.

offset integer Optional

No description available.

processingTimeMs integer Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "hits": {
      "type": "array",
      "items": {
        "refs": [
          "app.rocksky.song.defs#songViewBasic",
          "app.rocksky.album.defs#albumViewBasic",
          "app.rocksky.artist.defs#artistViewBasic",
          "app.rocksky.playlist.defs#playlistViewBasic",
          "app.rocksky.actor.defs#profileViewBasic"
        ],
        "type": "union"
      }
    },
    "limit": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "processingTimeMs": {
      "type": "integer"
    },
    "estimatedTotalHits": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@