wiki.lichen.noteRevision

lichen.wiki

{
  "id": "wiki.lichen.noteRevision",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "noteRef",
          "diff",
          "diffFormat",
          "createdAt"
        ],
        "properties": {
          "diff": {
            "type": "string",
            "maxLength": 1000000,
            "description": "The diff content in the format specified by diffFormat."
          },
          "blobs": {
            "type": "array",
            "items": {
              "type": "blob",
              "accept": [
                "image/jpeg",
                "image/png",
                "image/gif",
                "image/webp"
              ],
              "maxSize": 2097152
            },
            "description": "Blobs referenced by this revision's content."
          },
          "message": {
            "type": "string",
            "maxLength": 10240,
            "description": "Optional commit message describing this revision.",
            "maxGraphemes": 1024
          },
          "noteRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the parent note record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this revision was created."
          },
          "diffFormat": {
            "type": "string",
            "maxLength": 32,
            "description": "Format of the diff string.",
            "knownValues": [
              "diff-match-patch"
            ]
          },
          "parentRevision": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the previous revision. Omitted for the first revision of a note."
          }
        }
      },
      "description": "A revision to a note, stored as a diff from the previous revision."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against wiki.lichen.noteRevision

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@