app.rocksky.album.getAlbums

rocksky.app

{
  "id": "app.rocksky.album.getAlbums",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "albums": {
              "type": "array",
              "items": {
                "ref": "app.rocksky.album.defs#albumViewBasic",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "genre": {
            "type": "string",
            "description": "The genre to filter artists by"
          },
          "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 albums"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.album.getAlbums

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

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreig4knojigwwv5q3cfite33nzdbxcnpzu7abfngo2jlqgmezmvgmi4
Indexed At
2026-01-27 06:21 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.album.getAlbums

Referenced Schemas (1)

Lexicon Garden

@