{"openapi":"3.1.0","info":{"title":"Decision Spinner Wheel","description":"This app randomly selects from a list of options you provide by spinning a wheel, with optional confetti celebration when a choice is picked.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/decision-spinner-wheel":{"get":{"operationId":"decisionSpinnerWheel","summary":"This app randomly selects from a list of options you provide by spinning a wheel, with optional confetti celebration when a choice is picked.","parameters":[{"name":"options","in":"query","required":true,"description":"Options (one per line)","schema":{"type":"string"}},{"name":"confetti_on_winner","in":"query","required":false,"description":"Confetti on winner","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}