normalize_edge_case_doses_input.json 341 B

12345678910111213141516
  1. [
  2. {
  3. "type": "TempBasal",
  4. "start_at": "2015-07-12T23:59:59",
  5. "end_at": "2015-07-13T07:54:00",
  6. "amount": 2.0,
  7. "unit": "U/hour"
  8. },
  9. {
  10. "type": "Bolus",
  11. "start_at": "2015-07-13T11:00:00",
  12. "end_at": "2015-07-13T11:00:00",
  13. "amount": 3.0,
  14. "unit": "U"
  15. }
  16. ]