social.smallbury.actor.keyring

lexicon.pds.smallbury.social

{
  "id": "social.smallbury.actor.keyring",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "version",
          "updatedAt",
          "ciphertext"
        ],
        "properties": {
          "version": {
            "type": "integer",
            "minimum": 1,
            "description": "Monotonic counter incremented on each write; used for optimistic merge ordering."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "ciphertext": {
            "type": "bytes",
            "maxLength": 65536,
            "description": "Encrypted keyring payload (pairwise secrets map) for the profile encryption public key."
          }
        }
      },
      "description": "Encrypted snapshot of the actor's local pairwise trust secrets for multi-device sync. Ciphertext is encrypted to encryptionPublicKey on social.smallbury.actor.profile; only the identity private key on a authorized device can decrypt it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.smallbury.actor.keyring

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@