app.certified.signature.proof

certified.app

{
  "id": "app.certified.signature.proof",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "cid"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "CID of the attested content, computed per the ATProtocol Attestation Specification: encode the record with the `signatures` field removed and a temporary `$sig` object inserted (containing `$type` and the housing `repository` DID) as canonical DAG-CBOR, then SHA-256 hash to produce a 36-byte CIDv1."
          },
          "note": {
            "type": "string",
            "maxLength": 500,
            "description": "Optional note explaining the attestation purpose or context."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this proof was created."
          }
        }
      },
      "description": "Remote attestation proof containing the CID of the content being attested."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A remote attestation proof record holding the CID of attested content. Lives in the attestor's repository and is referenced from the attested record's `signatures` array via `com.atproto.repo.strongRef`. Conforms to the ATProtocol Attestation Specification."
}

Validate Record

Validate a record against app.certified.signature.proof

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:apun3uo5jqm34pxzqq6on754
CID
bafyreigrlziucrbi3e2hnzglae6ett5b2qsjpti2ionahr35rqqszhkumi
Indexed At
2026-07-26 20:06 UTC
AT-URI
at://did:plc:apun3uo5jqm34pxzqq6on754/com.atproto.lexicon.schema/app.certified.signature.proof

Lexicon Garden

@