monster.attest.statement

attest.attest.monster

{
  "id": "monster.attest.statement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 16000,
            "maxGraphemes": 4000
          },
          "subject": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Optional: what the statement is about."
          },
          "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": "A signed public statement by the author, optionally about a subject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against monster.attest.statement

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@