net.atmud.experimental.defs

atmud.net

{
  "id": "net.atmud.experimental.defs",
  "defs": {
    "exitRef": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 64
        },
        "roomRef": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the destination room's net.atmud.experimental.room record."
        }
      },
      "description": "A named exit from a room, optionally referencing the destination room's record."
    },
    "attribute": {
      "type": "object",
      "required": [
        "key",
        "value"
      ],
      "properties": {
        "key": {
          "type": "string",
          "maxLength": 64
        },
        "label": {
          "type": "string",
          "maxLength": 640,
          "description": "Human-readable label for the key.",
          "maxGraphemes": 64
        },
        "value": {
          "type": "string",
          "maxLength": 1024
        }
      },
      "description": "Open key-value pair carrying game-specific data (realm, qi, ...) on universal records."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "EXPERIMENTAL (unstable): schema may change without notice."
}

Validate Record

Validate a record against net.atmud.experimental.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@