forum.barazo.actor.signature

barazo.forum

{
  "id": "forum.barazo.actor.signature",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "Signature content. Plain text or markdown depending on forum configuration.",
            "maxGraphemes": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A user's forum signature, displayed below their posts. Singleton record (one per user)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against forum.barazo.actor.signature

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7brt3r7rokkjqc4wjgeovnyx
CID
bafyreibgmacfz7ed7zh3murka3rjb6elcezn6kbxuiqi4d2sivbdxqbm5i
Indexed At
2026-03-27 23:55 UTC
AT-URI
at://did:plc:7brt3r7rokkjqc4wjgeovnyx/com.atproto.lexicon.schema/forum.barazo.actor.signature

Lexicon Garden

@