monster.attest.vouch

attest.attest.monster

Documentation

'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.

main record

'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.

Record Key any Any valid record key

Properties

createdAt string datetime Required

Client-declared time of the statement.

reason string Optional

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
signatures ref app.certified.signature.defs#list Optional

Inline signatures per the ATProtocol Attestation Specification; attest requires one from the author's device key (did:key, delegated from their passkey).

subject string did Required

The account vouched for. Never the author.

View raw schema
{
  "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."
}

Lexicon Garden

@