{"openapi":"3.1.0","info":{"title":"Bracket Builder","description":"This tool creates a tournament bracket from a list of competitors you enter and randomly matches them up for elimination-style competition.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/bracket-builder":{"get":{"operationId":"bracketBuilder","summary":"This tool creates a tournament bracket from a list of competitors you enter and randomly matches them up for elimination-style competition.","parameters":[{"name":"competitor_names","in":"query","required":true,"description":"Competitor names (one per line)","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}