{"openapi":"3.1.0","info":{"title":"Flashcard Drill","description":"This app lets you create custom flashcards and practice them with text or voice input to test your knowledge.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/flashcard-drill":{"get":{"operationId":"flashcardDrill","summary":"This app lets you create custom flashcards and practice them with text or voice input to test your knowledge.","parameters":[{"name":"answer_input","in":"query","required":false,"description":"Your answer","schema":{"type":"string"}},{"name":"new_question","in":"query","required":true,"description":"Question","schema":{"type":"string"}},{"name":"new_answer","in":"query","required":true,"description":"Answer","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}