{"openapi":"3.1.0","info":{"title":"Weekly Chore Chart","description":"This app lets you create a weekly chore chart by assigning tasks to family members and checking them off as they're completed, with the option to print it out each week.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/weekly-chore-chart":{"get":{"operationId":"weeklyChoreChart","summary":"This app lets you create a weekly chore chart by assigning tasks to family members and checking them off as they're completed, with the option to print it out each week.","parameters":[{"name":"member_input","in":"query","required":false,"description":"Family member name","schema":{"type":"string"}},{"name":"chore_input","in":"query","required":false,"description":"Chore description","schema":{"type":"string"}},{"name":"chore_assignee","in":"query","required":false,"description":"Assign chore to","schema":{"type":"string","enum":[]}},{"name":"chart_title","in":"query","required":false,"description":"Chart title","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}