app.bulleted.mirror

ngerakines.me

{
  "id": "app.bulleted.mirror",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "original",
          "sortKey",
          "createdAt"
        ],
        "properties": {
          "parent": {
            "type": "string",
            "format": "at-uri",
            "description": "The node this mirror hangs under. Absent means top level."
          },
          "sortKey": {
            "type": "string",
            "maxLength": 512,
            "description": "Fractional index ordering this mirror among its siblings."
          },
          "original": {
            "type": "string",
            "format": "at-uri",
            "description": "The node being mirrored. A bare AT-URI rather than a strongRef, because a mirror must track the live bullet including later edits; a strongRef would pin a CID and freeze the content."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the mirror was created."
          }
        }
      },
      "description": "A live reference rendering another node's subtree in place."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bulleted.mirror

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreibqg7uewgnuprhpkqdzv7b4jxyjiect4yqi623wh3gmnnm5c3efam
Indexed At
2026-07-31 00:01 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/app.bulleted.mirror

Lexicon Garden

@