dev.tsunagite.listCharts

tsunagite.dev

{
  "id": "dev.tsunagite.listCharts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "charts"
          ],
          "properties": {
            "charts": {
              "type": "array",
              "items": {
                "ref": "dev.tsunagite.chart",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "description": "Opaque string - pass back in a future request as the `cursor` value"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "game",
          "song"
        ],
        "properties": {
          "game": {
            "type": "string",
            "format": "at-uri",
            "description": "The game to find chart records for."
          },
          "song": {
            "type": "string",
            "format": "at-uri",
            "description": "The song to find chart records for."
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "description": "How many records to return."
          },
          "owner": {
            "type": "string",
            "format": "at-identifier",
            "description": "The handle or DID of the account to filter results to."
          },
          "cursor": {
            "type": "string",
            "description": "Opaque string - receive from a previous request as the `cursor` value"
          }
        }
      },
      "description": "Batch chart fetch"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.tsunagite.listCharts

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

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreibeuo72lfg63fyxee4gf77s72jxphbpjndytapycbivalxnyzctbe
Indexed At
2026-05-05 22:56 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.listCharts

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@