{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Timestamp", "description": "ISO 8601 date-time in format `YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]` according to\n[IETF RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)\n", "type": "string", "format": "date-time", "example": "2021-07-15T14:46:41.375Z" }