title: DateTime
type: string
pattern: >-
  ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1\d|2[0-8])|(?:0[13-9]|1[0-2])-(?:29|30)|(?:0[13578]|1[02])-31)|(?:[1-9]\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-02-29)T(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:(\.\d{3}))(?:Z|[+-][01]\d:[0-5]\d)$
description: >-
  The API data type DateTime is a JSON String in a lexical format that is
  restricted by a regular expression for interoperability reasons. The format is
  according to [ISO
  8601](https://www.iso.org/iso-8601-date-and-time-format.html), expressed in a
  combined date, time and time zone format. A more readable version of the
  format is yyyy-MM-ddTHH:mm:ss.SSS[-HH:MM]. Examples are
  "2016-05-24T08:38:08.699-04:00", "2016-05-24T08:38:08.699Z" (where Z indicates
  Zulu time zone, same as UTC).
example: '2016-05-24T08:38:08.699-04:00'
