app.rocksky.charts.getTopArtists

rocksky.app

{
  "id": "app.rocksky.charts.getTopArtists",
  "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": {
          "limit": {
            "type": "integer",
            "minimum": 1,
            "description": "The maximum number of artists to return"
          },
          "offset": {
            "type": "integer",
            "minimum": 0,
            "description": "The offset for pagination"
          },
          "endDate": {
            "type": "string",
            "format": "datetime",
            "description": "The end date to filter artists to (ISO 8601 format)"
          },
          "startDate": {
            "type": "string",
            "format": "datetime",
            "description": "The start date to filter artists from (ISO 8601 format)"
          }
        }
      },
      "description": "Get top artists"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.charts.getTopArtists

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

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreibmhx53zewrnf3zg5z7su2hxfjkvmnkwqiz32x5ak65rhvchbszo4
Indexed At
2026-01-27 06:29 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.charts.getTopArtists

Referenced Schemas (1)

Lexicon Garden

@