Component schema
Time Reference
oneOf1 direct reference
Definition
oneOfExactly one variant3
The value must match exactly one of these schemas.
A fixed point in time represented as an RFC 3339 date-time string.
Format: YYYY-MM-DDTHH:MM:SSZ (UTC) or YYYY-MM-DDTHH:MM:SS±HH:MM (with timezone offset)
Examples:
2024-01-15T14:30:00Z2024-01-15T14:30:00+08:00
The time corresponding to the given unix time in seconds and nanoseconds (as decimal places) since January 1, 1970 UTC.
A relative time reference based on the current time ("now").
Format: now[+/-duration]
Examples:
now- current timenow-30m- 30 minutes agonow-1h- 1 hour agonow-1d- 1 day ago
Duration Units:
s- secondsm- minutesh- hoursd- daysw- weeksM- months
Used by 1
These schemas and endpoints reference this type directly.