{"openapi":"3.1.0","info":{"title":"CSV Explorer","description":"This tool lets you upload a CSV file and create bar or line charts from its numeric columns, all processed privately in your browser.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/csv-explorer":{"get":{"operationId":"csvExplorer","summary":"This tool lets you upload a CSV file and create bar or line charts from its numeric columns, all processed privately in your browser.","parameters":[{"name":"csv_file","in":"query","required":true,"description":"CSV file to upload","schema":{"type":"string"}},{"name":"numeric_column","in":"query","required":true,"description":"Numeric column to analyze","schema":{"type":"string"}},{"name":"chart_type","in":"query","required":false,"description":"Chart type","schema":{"type":"string","enum":["Bar","Line"]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}