{
"id": "app.bivri.feed.getRelatedTags",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"tags"
],
"properties": {
"tags": {
"type": "array",
"items": {
"ref": "#tagCount",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string",
"description": "Tag to find companions for."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1
}
}
}
},
"tagCount": {
"type": "object",
"required": [
"tag",
"artworkCount"
],
"properties": {
"tag": {
"type": "string"
},
"artworkCount": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get tags that frequently appear together with a given tag, ranked by co-occurrence count."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreicxmc7oae7cc4lkefohwmqm2lxt3unn2jhbpsidkrgy5crkrcfcfq
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.getRelatedTags