Range Data Type

Date/time range.

Properties
name data type description
start string Returns the start of the range.
end string Returns the end of the range.

Example

{
  "start" : "...",
  "end" : "..."
}