pub.quizzy.team

quizzy.pub

{
  "id": "pub.quizzy.team",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "members"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "description": "Team name",
            "maxGraphemes": 100
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1500000,
            "description": "Small image to be displayed near the team name"
          },
          "members": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 20,
            "minLength": 1,
            "description": "DIDs of team members"
          },
          "avatarAlt": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          }
        }
      },
      "description": "A quiz team"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.team

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@