net.atmud.experimental.character

atmud.net

{
  "id": "net.atmud.experimental.character",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "characterId",
          "name",
          "world",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          },
          "title": {
            "type": "string",
            "maxLength": 640,
            "description": "Optional in-world epithet displayed with the character name.",
            "maxGraphemes": 64
          },
          "world": {
            "type": "string",
            "maxLength": 128,
            "description": "Slug of the world this character lives in."
          },
          "joinedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the character was first created in the world."
          },
          "worldRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the world's net.atmud.experimental.world record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "attributes": {
            "type": "array",
            "items": {
              "ref": "net.atmud.experimental.defs#attribute",
              "type": "ref"
            },
            "maxLength": 64
          },
          "characterId": {
            "type": "string",
            "maxLength": 64,
            "description": "Stable game-issued identifier for this character, independent of its mutable name."
          },
          "description": {
            "type": "string",
            "maxLength": 20480,
            "maxGraphemes": 2048
          }
        }
      },
      "description": "EXPERIMENTAL (unstable): A character belonging to this account in a MUD world."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "EXPERIMENTAL (unstable): schema may change without notice."
}

Validate Record

Validate a record against net.atmud.experimental.character

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:isja5viot4eab7qwzj3oucvx
CID
bafyreigg24ezvzgoot26mdutf5pn6bgl35jogwo2bmuxsnlb65wwdjzfaq
Indexed At
2026-07-26 20:10 UTC
AT-URI
at://did:plc:isja5viot4eab7qwzj3oucvx/com.atproto.lexicon.schema/net.atmud.experimental.character

Referenced Schemas (1)

Lexicon Garden

@