app.rocksky.actor.getActorLovedSongs

rocksky.app

{
  "id": "app.rocksky.actor.getActorLovedSongs",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "tracks": {
              "type": "array",
              "items": {
                "ref": "app.rocksky.song.defs#songViewBasic",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "at-identifier",
            "description": "The DID or handle of the actor"
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "description": "The maximum number of albums to return"
          },
          "offset": {
            "type": "integer",
            "minimum": 0,
            "description": "The offset for pagination"
          }
        }
      },
      "description": "Get loved songs for an actor"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.actor.getActorLovedSongs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreif6e2cyfz4fwbnor3kpw5zcihi52f7bobd2yng5zuilew3eljhm4a
Indexed At
2026-01-27 06:11 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.actor.getActorLovedSongs

Referenced Schemas (1)

Lexicon Garden

@