{
"id": "tools.ozone.signature.findRelatedAccounts",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"accounts"
],
"properties": {
"cursor": {
"type": "string"
},
"accounts": {
"type": "array",
"items": {
"ref": "#relatedAccount",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Get accounts that share some matching threat signatures with the root account."
},
"relatedAccount": {
"type": "object",
"required": [
"account"
],
"properties": {
"account": {
"ref": "com.atproto.admin.defs#accountView",
"type": "ref"
},
"similarities": {
"type": "array",
"items": {
"ref": "tools.ozone.signature.defs#sigDetail",
"type": "ref"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:33dt5kftu3jq2h5h4jjlqezt
- CID
-
bafyreih5mr7ukqje5gxvwnhnxdllem6ueuv75wuwf3jjqtuzqwdgjyxixq
- Indexed At
- 2026-01-09 12:47 UTC
- AT-URI
-
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.signature.findRelatedAccounts