monster.attest.vouch

attest.attest.monster

{
  "id": "monster.attest.vouch",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "reason": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The account vouched for. Never the author."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared time of the statement."
          },
          "signatures": {
            "ref": "app.certified.signature.defs#list",
            "type": "ref",
            "description": "Inline signatures per the ATProtocol Attestation Specification; attest requires one from the author's device key (did:key, delegated from their passkey)."
          }
        }
      },
      "description": "'I know this person': the author vouches for another account. Vouching costs the voucher in trust computations. Delete to retract. Mirrors sh.tangled.graph.vouch where a subject is known there. Record key: a base32 sha256 of the subject/target, so there is one per author per subject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against monster.attest.vouch

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

Metadata

DID
did:plc:tqeqvx3hcgzg5uvgogwkm7lk
CID
bafyreiayczwloq2dz5jmaz7nkirvytt6bgqzfz4n4zzu2nubaszctxxqby
Indexed At
2026-09-26 14:10 UTC
AT-URI
at://did:plc:tqeqvx3hcgzg5uvgogwkm7lk/com.atproto.lexicon.schema/monster.attest.vouch

Referenced Schemas (1)

Lexicon Garden

@