app.rocksky.artist.getArtists

rocksky.app

{
  "id": "app.rocksky.artist.getArtists",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "artists": {
              "type": "array",
              "items": {
                "ref": "app.rocksky.artist.defs#artistViewBasic",
                "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 artists to return"
          },
          "names": {
            "type": "string",
            "description": "The names of the artists to return"
          },
          "offset": {
            "type": "integer",
            "minimum": 0,
            "description": "The offset for pagination"
          }
        }
      },
      "description": "Get artists"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.artist.getArtists

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

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreigsxw7erda7yv3f6iwm32gidv3jenppxqxv3s5zyxp3vrrivju7cy
Indexed At
2026-01-27 06:19 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.artist.getArtists

Referenced Schemas (1)

Lexicon Garden

@