pub.quizzy.quizDone

quizzy.pub

Documentation

Signals that a participant has finished contributing to answers for this quiz

main record

Signals that a participant has finished contributing to answers for this quiz

Record Key tid Timestamp-based ID

Properties

timestamp string datetime Required

When this participant finished

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "quizBegin",
      "timestamp"
    ],
    "properties": {
      "quizBegin": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Reference to the quizBegin record"
      },
      "timestamp": {
        "type": "string",
        "format": "datetime",
        "description": "When this participant finished"
      }
    }
  },
  "description": "Signals that a participant has finished contributing to answers for this quiz"
}

Lexicon Garden

@