tech.tokimeki.kaku.roomGate

tokimeki.blue

{
  "id": "tech.tokimeki.kaku.roomGate",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "room",
          "createdAt"
        ],
        "properties": {
          "room": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the ROOM post"
          },
          "isClosed": {
            "type": "boolean",
            "default": false,
            "description": "Whether the room is closed for new replies"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the gate was created"
          }
        }
      },
      "description": "Gate settings for a ROOM post (like threadgate)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.kaku.roomGate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreigwu6y3fnb4hrdflwkxv42gmevlwrq2v7rub36nowl64pmtrndhli
Indexed At
2026-01-13 19:55 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.kaku.roomGate

Lexicon Garden

@