{"openapi":"3.1.0","info":{"title":"Activity Selection Visualizer","description":"Step through the greedy activity-selection algorithm on an interactive timeline, watching activities sorted by finish time get considered, selected, or skipped.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/activity-selection-visualizer":{"get":{"operationId":"activitySelectionVisualizer","summary":"Step through the greedy activity-selection algorithm on an interactive timeline, watching activities sorted by finish time get considered, selected, or skipped.","parameters":[{"name":"bulk_csv","in":"query","required":false,"description":"Bulk activity list, one per line: start,end[,label]","schema":{"type":"string"}},{"name":"random_count","in":"query","required":false,"description":"Number of activities to random-generate (1-200)","schema":{"type":"number"}},{"name":"speed","in":"query","required":false,"description":"Auto-play speed","schema":{"type":"string","enum":["0.25x","0.5x","1x","2x"]}},{"name":"sort_by_finish","in":"query","required":false,"description":"Display activities sorted by finish time","schema":{"type":"boolean"}},{"name":"allow_negative","in":"query","required":false,"description":"Allow negative time values","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}