com.natespilman.guestbook.entry

natespilman.at

{
  "id": "com.natespilman.guestbook.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 2000,
            "description": "The message left in the guestbook.",
            "maxGraphemes": 500
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The DID of the person whose guestbook this entry is signed for."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the entry was signed."
          }
        }
      },
      "description": "A signed guestbook entry."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "An entry signed in Nate's guestbook."
}

Validate Record

Validate a record against com.natespilman.guestbook.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:c7frv4rcitff3p2nh7of5bcv
CID
bafyreieci6oczdllr23odqln4cbhumrkn77fsgxoxyyxhppfkaon6ubppm
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:c7frv4rcitff3p2nh7of5bcv/com.atproto.lexicon.schema/com.natespilman.guestbook.entry

Lexicon Garden

@