pub.quizzy.league

quizzy.pub

{
  "id": "pub.quizzy.league",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "quizMasters",
          "teams"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "description": "Name of the league",
            "maxGraphemes": 100
          },
          "teams": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 100,
            "description": "Teams participating in this league"
          },
          "quizMasters": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 5,
            "minLength": 1,
            "description": "DIDs of quiz masters who can run quizzes for this league"
          }
        }
      },
      "description": "A quiz league with quiz masters and teams"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.league

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xdx57nwdfr6pxfucv5cm6lv
CID
bafyreib4aosu5dn4qx62yod5j6vvlxicw7fvu3ftvuuxuerm7mixdfagdm
Indexed At
2026-01-29 03:59 UTC
AT-URI
at://did:plc:2xdx57nwdfr6pxfucv5cm6lv/com.atproto.lexicon.schema/pub.quizzy.league

Lexicon Garden

@