pub.quizzy.teamScore

quizzy.pub

{
  "id": "pub.quizzy.teamScore",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "quizBegin",
          "team",
          "answers"
        ],
        "properties": {
          "team": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the team"
          },
          "answers": {
            "type": "array",
            "items": {
              "ref": "#scoredAnswer",
              "type": "ref"
            },
            "maxLength": 500,
            "description": "Scored answers for this team"
          },
          "quizBegin": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the quizBegin record"
          }
        }
      },
      "description": "A team's scored answers for a quiz"
    },
    "scoredAnswer": {
      "type": "object",
      "required": [
        "answer",
        "scores"
      ],
      "properties": {
        "answer": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "Reference to the answer record"
        },
        "scores": {
          "type": "array",
          "items": {
            "type": "integer",
            "minimum": 0
          },
          "maxLength": 10,
          "minLength": 1,
          "description": "Points awarded for each expected answer in the question"
        },
        "commentary": {
          "type": "string",
          "maxLength": 5000,
          "description": "Optional commentary from the quiz master",
          "maxGraphemes": 500
        }
      },
      "description": "An answer with scores for each expected answer"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.teamScore

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@