{
"id": "games.gamesgamesgamesgames.actor.getTasteProfile",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"genres",
"favorites"
],
"properties": {
"genres": {
"type": "array",
"items": {
"ref": "#genrePreference",
"type": "ref"
}
},
"favorites": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#gameView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"description": "The DID of the user whose taste profile to retrieve."
},
"genreLimit": {
"type": "integer",
"default": 5,
"maximum": 20,
"minimum": 1
},
"favoriteLimit": {
"type": "integer",
"default": 6,
"maximum": 12,
"minimum": 1
}
}
},
"description": "Get a user's taste profile: top genres computed from likes and reviews, plus auto-selected favorite games."
},
"genrePreference": {
"type": "object",
"required": [
"genre",
"count",
"percentage"
],
"properties": {
"count": {
"type": "integer"
},
"genre": {
"type": "string"
},
"percentage": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:gamesgamesgamesgames.games
- CID
-
bafyreiawb5yysjnzbluwaus6wfqgcjqkjuwpg2ewmev4xzmv4wcwksgadm
- Indexed At
- 2026-07-26 20:18 UTC
- AT-URI
-
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.actor.getTasteProfile