offsetWhen

Dosage Human readable text
{
  "timing": {
    "repeat": {
      "offset": 1440
    }
  }
}
1 day
{
  "timing": {
    "repeat": {
      "offset": 60
    }
  }
}
1 hour
{
  "timing": {
    "repeat": {
      "when": ["MORN"]
    }
  }
}
during the morning
{
  "timing": {
    "repeat": {
      "offset": 15,
      "when": ["MORN"]
    }
  }
}
15 minutes during the morning
{
  "timing": {
    "repeat": {
      "offset": 15
    }
  }
}
15 minutes
{
  "timing": {
    "repeat": {
      "when": ["MORN", "AFT"]
    }
  }
}
during the morning and during the afternoon