{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DateTime", "title": "RFC3339 Date-Time", "description": "[RFC3339](https://tools.ietf.org/html/rfc3339) formatted date-time string in UTC.", "type": "string", "format": "date-time", "example": "2023-01-01T01:01:01.001Z" }