{
"id": "dev.tsunagite.listSongs",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"songs"
],
"properties": {
"songs": {
"type": "array",
"items": {
"ref": "dev.tsunagite.song",
"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"
],
"properties": {
"game": {
"type": "string",
"format": "at-uri",
"description": "The game to find song 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 song fetch"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:pz4sp2vf5w26wnaee253gfms
- CID
-
bafyreibydhyu2qmnvmwneehu2oqjwf6kt5esakqk6zdvlhctosw5quhygi
- Indexed At
- 2026-05-05 22:55 UTC
- AT-URI
-
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.listSongs
Version History (2 versions)