social.twinkl.guestbook.post

kandake.africa

{
  "id": "social.twinkl.guestbook.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "text",
          "createdAt"
        ],
        "properties": {
          "page": {
            "type": "string",
            "description": "Optional owner sub-page identifier this entry is signing; absent means the main page."
          },
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "The guestbook message.",
            "maxGraphemes": 300
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the page owner whose guestbook this entry is signing."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A guestbook entry written to the commenter's own repo. The owner's guestbook is assembled from these records via backlink (constellation) lookups targeting the owner DID at path .subject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.twinkl.guestbook.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lrphxvv25aibthe7xoc2eeyy
CID
bafyreiehnm3yqdytk6py4pmehjbl5puun3l72xmaddmcl5ddz4q7yk7ria
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:lrphxvv25aibthe7xoc2eeyy/com.atproto.lexicon.schema/social.twinkl.guestbook.post

Lexicon Garden

@