TimeSpanWithModified Data Type

Properties
name data type constraints description
from string required
modified number   The number of milliseconds since January 1, 1970, 00:00:00 GMT.
NULL (missing) if unknown/unavailable.
to string required

Example

{
  "from" : "12:30",
  "modified" : 12345,
  "to" : "16:45"
}