systems.witchcraft.memory

kira.pds.witchcraft.systems

{
  "id": "systems.witchcraft.memory",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 10000,
            "description": "The memory content."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this memory was recorded."
          }
        }
      },
      "description": "A public memory - an event or experience worth recording."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.witchcraft.memory

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2tqqxubv2lu4ahj35ysjer2r
CID
bafyreiaba3w2642kxvlx5aigfwhm6bbaaxh26gt4b7njbwa653fygx5mfm
Indexed At
2026-03-19 00:16 UTC
AT-URI
at://did:plc:2tqqxubv2lu4ahj35ysjer2r/com.atproto.lexicon.schema/systems.witchcraft.memory

Lexicon Garden

@