pub.quizzy.quizScore

quizzy.pub

{
  "id": "pub.quizzy.quizScore",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "quizBegin",
          "results"
        ],
        "properties": {
          "results": {
            "type": "array",
            "items": {
              "ref": "#teamResult",
              "type": "ref"
            },
            "maxLength": 100,
            "minLength": 1,
            "description": "Ordered list of team results (by ranking)"
          },
          "quizBegin": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the quizBegin record"
          }
        }
      },
      "description": "Final rankings for a completed quiz"
    },
    "teamResult": {
      "type": "object",
      "required": [
        "teamScore",
        "totalScore"
      ],
      "properties": {
        "teamScore": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "Reference to the team's detailed score record"
        },
        "totalScore": {
          "type": "integer",
          "minimum": 0,
          "description": "Team's total score"
        }
      },
      "description": "A team's final result"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.quizScore

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@