Share feedback
Answers are generated based on the documentation.

Experimental

Schema

Timestamp

Type: string

An RFC 3339 timestamp in UTC, for example 2026-01-02T03:04:05Z.
All schema constraints and annotations
{
  "description": "An RFC 3339 timestamp in UTC, for example 2026-01-02T03:04:05Z.",
  "examples": [
    "2023-01-15T01:30:15.01Z",
    "2024-12-25T12:00:00Z"
  ],
  "format": "date-time",
  "type": "string"
}