{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReportGeneratedAt",
"title": "Report Generated At",
"type": "string",
"description": "The exact date and time the report was generated.",
"format": "date-time",
"example": "2024-11-14T12:00:00.000Z"
}