{"openapi":"3.1.0","info":{"title":"Times Table Blitz","description":"A fast-paced keyboard multiplication drill with chosen times tables, timed rounds, lives, adaptive difficulty, badges, and a printable progress report.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/times-table-blitz":{"get":{"operationId":"timesTableBlitz","summary":"A fast-paced keyboard multiplication drill with chosen times tables, timed rounds, lives, adaptive difficulty, badges, and a printable progress report.","parameters":[{"name":"mode","in":"query","required":false,"description":"Practice mode","schema":{"type":"string","enum":["mixed","custom"]}},{"name":"tables","in":"query","required":false,"description":"Comma-separated times tables to practice (e.g. 3,4,7)","schema":{"type":"string"}},{"name":"round_length","in":"query","required":false,"description":"Round length in seconds","schema":{"type":"string","enum":["30","60","90"]}},{"name":"lives","in":"query","required":false,"description":"Number of lives (1-5)","schema":{"type":"number"}},{"name":"student_name","in":"query","required":false,"description":"Student name for the report","schema":{"type":"string"}},{"name":"student_class","in":"query","required":false,"description":"Class or group for the report","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}