pub.quizzy.quizBegin

quizzy.pub

{
  "id": "pub.quizzy.quizBegin",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "league",
          "quiz",
          "startedAt",
          "endsAt"
        ],
        "properties": {
          "quiz": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the quiz being played"
          },
          "endsAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the quiz ends"
          },
          "league": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the league running this quiz"
          },
          "startedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the quiz starts"
          }
        }
      },
      "description": "Marks the start of a quiz session"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.quizBegin

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xdx57nwdfr6pxfucv5cm6lv
CID
bafyreihzfep36ca3fl44nq23mpdplye2fmd5vwkdisvw56uyjvlvr33rcm
Indexed At
2026-02-13 14:03 UTC
AT-URI
at://did:plc:2xdx57nwdfr6pxfucv5cm6lv/com.atproto.lexicon.schema/pub.quizzy.quizBegin

Lexicon Garden

@