social.smallbury.actor.listTrustRevisions

lexicon.pds.smallbury.social

{
  "id": "social.smallbury.actor.listTrustRevisions",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "revisions"
          ],
          "properties": {
            "revisions": {
              "type": "array",
              "items": {
                "ref": "social.smallbury.feed.list#trustRevision",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "dids"
        ],
        "properties": {
          "dids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 200,
            "minLength": 1
          }
        }
      },
      "description": "Returns trust-record revision hints for a set of DIDs (mutual contacts, pending connections, self). Used on app foreground and on a timer so the client learns about de-trust or reciprocation without polling every PDS blindly."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.smallbury.actor.listTrustRevisions

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

Metadata

DID
did:plc:wnagcp6h73nxmvmwid2xxukx
CID
bafyreicpc7d2fhd5a7sikqfduddq7ciatju3a4zmske6qfisjyggcykscu
Indexed At
2026-06-26 11:59 UTC
AT-URI
at://did:plc:wnagcp6h73nxmvmwid2xxukx/com.atproto.lexicon.schema/social.smallbury.actor.listTrustRevisions

Referenced Schemas (1)

  • social.smallbury.feed.list#trustRevision

Lexicon Garden

@