The QB Reader API represents tossups and bonuses as JSON objects. These schemas describe the
structure of these objects. You can extract the date a document was created (formerly the createdAt field)
from the ObjectId.
QuestionAll questions (tossups and bonuses) contain the following fields:
_id: stringcategory: stringsubcategory: stringalternate_subcategory: string
optional
difficulty: number
[0-10].number: numberpacket: object_id: stringname: stringnumber: numberset: object_id: stringname: stringyear: numberstandard: booleanupdatedAt: stringTossup
question: stringquestion_sanitized: stringanswer: stringanswer_sanitized: stringBonus
leadin: stringleadin_sanitized: stringparts: string[]parts_sanitized: string[]parts.answers: string[]parts, but a few bonuses
have errors where this is not the case.
answers_sanitized: string[]answers.