wiki.lichen.note

lichen.wiki

{
  "id": "wiki.lichen.note",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "slug",
          "title",
          "wikiRef",
          "createdAt"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "maxLength": 2560,
            "description": "Permanent human-readable identifier, used in URLs. Never changes once set.",
            "maxGraphemes": 256
          },
          "title": {
            "type": "string",
            "maxLength": 2560,
            "description": "Display name for the note. Can be updated freely.",
            "maxGraphemes": 256
          },
          "wikiRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the parent wiki record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the note was created."
          }
        }
      },
      "description": "A note within a wiki. The rkey is a TID. Human-readable slug lives in the record body."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against wiki.lichen.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xfs42pjf3n7imvgrdrp7xvez
CID
bafyreidxsda7knibzeh54k4bhrlwoqu644dgdxwffg3bn76n6zvgqepieq
Indexed At
2026-07-21 06:08 UTC
AT-URI
at://did:plc:xfs42pjf3n7imvgrdrp7xvez/com.atproto.lexicon.schema/wiki.lichen.note

Lexicon Garden

@