{"openapi":"3.1.0","info":{"title":"Breadboard Lab","description":"An interactive breadboard where you place resistors, LEDs, transistors and supplies on real holes, wire them up, and read node-to-node voltages with a virtual DC voltmeter.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/breadboard-lab":{"get":{"operationId":"breadboardLab","summary":"An interactive breadboard where you place resistors, LEDs, transistors and supplies on real holes, wire them up, and read node-to-node voltages with a virtual DC voltmeter.","parameters":[{"name":"supply_voltage","in":"query","required":false,"description":"Power supply voltage in volts (-60 to 60)","schema":{"type":"number"}},{"name":"meter_range","in":"query","required":false,"description":"Voltmeter range","schema":{"type":"string","enum":["Auto","200mV","2V","20V","200V"]}},{"name":"show_node_ids","in":"query","required":false,"description":"Show node IDs on the board","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}